GraphQL OBJECT

TaxTypePrice

link Definition

  • type TaxTypePrice {
  • # Tax type of the tax price.
  • taxType: TaxType
  • # Tax rate in percent.
  • taxRate: Decimal
  • # Price amount.
  • amount: CurrencyAmount!
  • # translated text with placeholders to display in the UI.
  • displayText: String
  • }