Money
Represents amount of money in specific currency.
type Money {
currency: String!
amount: Float!
}
Fields
Money.currency
● String!
non-null scalar miscellaneous
Currency code.
Money.amount
● Float!
non-null scalar miscellaneous
Amount of money.
Member Of
Checkout
object ● CheckoutLine
object ● Fulfillment
object ● GiftCard
object ● GiftCardEventBalance
object ● MoneyRange
object ● Order
object ● OrderDiscount
object ● OrderEventDiscountObject
object ● OrderGrantedRefund
object ● OrderLine
object ● Payment
object ● ProductChannelListing
object ● ProductVariantChannelListing
object ● ShippingMethod
object ● ShippingMethodChannelListing
object ● ShippingMethodType
object ● TaxableObject
object ● TaxableObjectDiscount
object ● TaxableObjectLine
object ● TaxedMoney
object ● Transaction
object ● TransactionEvent
object ● TransactionItem
object ● Voucher
object ● VoucherChannelListing
object