GraphQL OBJECT
TaxTypePrice
link Definition
- type TaxTypePrice {
- # Tax type of the tax price.
- TaxType :
- # Tax rate in percent.
- Decimal :
- # Price amount.
- CurrencyAmount! :
- # translated text with placeholders to display in the UI.
- String :
- }