OBJECT

TaxRate

Tax rate - a part of Tax Rule

link GraphQL Schema definition

  • type TaxRate {
  • # Tax region assigned to this rate
  • tax_region_id: Int
  • # Tax country assigned to this rate
  • tax_country_id: Int
  • # Tax rule titles
  • titles: [String]
  • # Post code assigned to this rule
  • tax_postcode: String
  • # Code/name of this rule
  • code: String
  • # Percentage tax rate
  • rate: Int
  • # Rule id
  • id: ID
  • }