OBJECT
TaxBreakdownLine
link GraphQL Schema definition
1 type TaxBreakdownLine { 2 String! : 3 4 # Tax in the checkout 5 Float! : 6 7 # Tax before the checkout 8 Float! : 9 10 MonetaryValue! : 11 12 }
OBJECT
1 type TaxBreakdownLine { 2 String! : 3 4 # Tax in the checkout 5 Float! : 6 7 # Tax before the checkout 8 Float! : 9 10 MonetaryValue! : 11 12 }