MoneyInput
Represents an amount of money, e.g. an account balance which may be positive or negative.
input MoneyInput {
currency: Currency!
lowestDenominationAmount: Int!
}
Fields
MoneyInput.currency ● Currency! non-null scalar
The ISO-4217 currency associated with this money. Note that only USD is supported at this time.
MoneyInput.lowestDenominationAmount ● Int! non-null scalar
The amount of money in the smallest denomination of the target currency.
In USD, for example, this represents cents.
Member Of
EnrollIndividualInBenefitInput input ● FundBenefitForIndividualInput input