INPUT_OBJECT

OrderLineTaxesInput

link GraphQL Schema definition

1input OrderLineTaxesInput {
2
3# Line identifier that will be included in the output
4lineReference: String
5
6unitPrice: MonetaryValueInput!
7
8quantity: Int!
9
10# Required if there is more than one tax group defined in the system
11taxGroup: TaxGroupInput
12}