Money
An object representing money, with an amount and currency.
Fields
amount (
Float!
)
Numerical amount of the money.
currency (
Currency!
)
displayString (
String!
)
Displayable string (i.e. "$1.00").
fractional (
Int!
)
Fractional unit value of a given currency.