Money
A monetary value with currency.
type Money {
amount: Decimal
currencyCode: CurrencyCode
}
Fields
Money.amount ● Decimal scalar
Decimal money amount.
Money.currencyCode ● CurrencyCode enum
Currency of the money.
Member Of
Contract object ● EasementPropertiesEdge object