Money
A value in a given currency, broken into it's amount & precision
Fields
BigInt!
The value of the Money times 10 ^ precision
(i.e. $20.32
has an amount of "2032"
)
Currency!
The currency code for the Money (i.e. $20.32 has a currency of
USD
)
String!
The formatted value of the Money
NonNegativeInt!
The precision of the Money (i.e. $20.32 has a precision of
2
)
Float!
The value of the Money in it's base unit