Money: {
    __typename?: "Money";
    amount: Scalars["String"]["output"];
    currencyCode: Scalars["String"]["output"];
}

Represents a monetary amount value along with its currency.

Type declaration

  • Optional__typename?: "Money"
  • amount: Scalars["String"]["output"]

    The actual monetary amount value. The scale of the amount will vary according to the currency or any rate conversion that may have been applied.

  • currencyCode: Scalars["String"]["output"]

    The code of the currency of the amount.