OBJECT

InvoiceTotals

link GraphQL Schema definition

1type InvoiceTotals {
2lineValues: MonetaryValue!
3
4shipping: MonetaryValue!
5
6discounts: MonetaryValue!
7
8taxAdded: MonetaryValue!
9
10prePaid: MonetaryValue!
11
12commission: MonetaryValue!
13
14}