TaxRate constructor
TaxRate({})
Implementation
TaxRate(
{this.id,
this.country,
this.state,
this.postcode,
this.city,
this.rate,
this.name,
this.priority,
this.compound,
this.shipping,
this.order,
this.taxClass,
this.links});