TransactionTotals
Totals of the transaction rows or/and fees.
Could include total quantity, total price, total tax, etc.
type TransactionTotals {
quantity: Int!
price: MonetaryValue!
}
Fields
quantity ● Int!
Total rows quantity
price ● MonetaryValue!
Total price of the transaction.
Example
{
"price": {
"currency": {
"code": "USD",
"rate": 11.355,
"prefix": "$"
},
"tax": {}
}
}