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