OBJECT

OrderTaxesPayload

link GraphQL Schema definition

1type OrderTaxesPayload implements Payload {
2userErrors: [UserError!]!
3
4userWarnings: [UserWarning!]!
5
6taxSummary: TaxSummary
7
8}