Skip to main content
Version: 3.x

Money

Represents amount of money in specific currency.

type Money {
currency: String!
amount: Float!
}

Fields

Money.currency ● String! non-null scalar

Currency code.

Money.amount ● Float! non-null scalar

Amount of money.

Member of

Checkout object ● CheckoutLine 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


Was this page helpful?