OBJECT
AppliedTaxRuleValue
link GraphQL Schema definition
1 type AppliedTaxRuleValue { 2 : AppliedTaxRule! 3 4 # Values here can be positive or negative. Should be added to base order values. 5 : MonetaryValue! 6 7 # Values here can be positive or negative. Should be removed from base order values. 8 : MonetaryValue! 9 10 # Values here can be positive or negative. Already included in base order values 11 : MonetaryValue! 12 13 }