OBJECT
OrderLineTax
link GraphQL Schema definition
1 type OrderLineTax { 2 # Each line will be given a reference if not provided explicitly 3 String! : 4 5 TaxSummary! : 6 7 }
OBJECT
1 type OrderLineTax { 2 # Each line will be given a reference if not provided explicitly 3 String! : 4 5 TaxSummary! : 6 7 }