commercestoretax.TaxInfo

Apex class for TaxInfo representation

Constructor for TaxInfo object. All arguments are required.

ParamDescription
countryIsoCodeInitial value for TaxInfo.countryIsoCode.
stateIsoCodeInitial value for TaxInfo.stateIsoCode.
priorityInitial value for TaxInfo.priority.
taxRatePercentageInitial value for TaxInfo.taxRatePercentage.
taxTreatmentNameInitial value for TaxInfo.taxTreatmentName.
taxTreatmentDescriptionInitial value for TaxInfo.taxTreatmentDescription.
taxLineAmountInitial value for TaxInfo.taxLineAmount.

Get 'TaxInfo.TaxLineAmount'.

TypeDescription
Decimal

Set 'TaxInfo.TaxLineAmount'.

TypeDescription
void

Get 'TaxInfo.CountryIsoCode'.

TypeDescription
String

Set 'TaxInfo.CountryIsoCode'.

TypeDescription
void

Get 'TaxInfo.StateIsoCode'.

TypeDescription
String

Set 'TaxInfo.StateIsoCode'.

TypeDescription
void

Get 'TaxInfo.Priority'.

TypeDescription
Integer

Set 'TaxInfo.Priority'.

TypeDescription
void

Get 'TaxInfo.TaxTreatmentName'.

TypeDescription
String

Set 'TaxInfo.TaxTreatmentName'.

TypeDescription
void

Get 'TaxInfo.TaxTreatmentDescription'.

TypeDescription
String

Set 'TaxInfo.TaxTreatmentDescription'.

TypeDescription
void

Get 'TaxInfo.TaxRatePercentage'.

TypeDescription
Double

Set 'TaxInfo.TaxRatePercentage'.

TypeDescription
void