MoneyInput
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)
NonNegativeInt!The precision of the Money (i.e. $20.32 has a precision of
2)