OBJECT

OrderLineTax

link GraphQL Schema definition

1type OrderLineTax {
2# Each line will be given a reference if not provided explicitly
3lineReference: String!
4
5taxSummary: TaxSummary!
6
7}