Receipt
No description
type Receipt {
subTotal: Money!
shippingFees: Money!
total: Money!
}
No description
type Receipt {
subTotal: Money!
shippingFees: Money!
total: Money!
}
Receipt.subTotal ● Money! non-null objectReceipt.shippingFees ● Money! non-null objectReceipt.total ● Money! non-null object