OBJECT
Tax rate - a part of Tax Rule
type TaxRate {# Tax region assigned to this ratetax_region_id: Int # Tax country assigned to this ratetax_country_id: Int # Tax rule titlestitles: [String] # Post code assigned to this ruletax_postcode: String # Code/name of this rulecode: String # Percentage tax raterate: Int # Rule idid: ID }