OrderFinancial
No description
type OrderFinancial {
customerShipping: Decimal @deprecated
customerShippingMonetary: MonetaryValue
discount: Decimal @deprecated
discountMonetary: MonetaryValue
shipping: Decimal! @deprecated
shippingMonetary: MonetaryValue
subtotal: Decimal! @deprecated
subtotalMonetary: MonetaryValue
taxes: Decimal! @deprecated
taxesMonetary: MonetaryValue
total: Decimal! @deprecated
totalMonetary: MonetaryValue
}
Fields
OrderFinancial.customerShipping ● Decimal deprecated scalar common
DEPRECATED
Use customerShippingMonetary instead.
OrderFinancial.customerShippingMonetary ● MonetaryValue object common
OrderFinancial.discount ● Decimal deprecated scalar common
DEPRECATED
Use discountMonetary instead.
OrderFinancial.discountMonetary ● MonetaryValue object common
OrderFinancial.shipping ● Decimal! deprecated non-null scalar common
DEPRECATED
Use shippingMonetary instead.
OrderFinancial.shippingMonetary ● MonetaryValue object common
OrderFinancial.subtotal ● Decimal! deprecated non-null scalar common
DEPRECATED
Use subtotalMonetary instead.
OrderFinancial.subtotalMonetary ● MonetaryValue object common
OrderFinancial.taxes ● Decimal! deprecated non-null scalar common
DEPRECATED
Use taxesMonetary instead.
OrderFinancial.taxesMonetary ● MonetaryValue object common
OrderFinancial.total ● Decimal! deprecated non-null scalar common
DEPRECATED
Use totalMonetary instead.
OrderFinancial.totalMonetary ● MonetaryValue object common
Member Of
Order object