TaxRateCreateOptions constructor
const
TaxRateCreateOptions({})
Implementation
const TaxRateCreateOptions({
this.active,
this.country,
this.description,
required this.displayName,
this.expand,
required this.inclusive,
this.jurisdiction,
this.metadata,
required this.percentage,
this.state,
this.taxType,
});