commercestoretax.TaxInfo
Apex class for TaxInfo representation
Constructors
global TaxInfo(String countryIsoCode, String stateIsoCode, Integer priority, Decimal taxRatePercentage, String taxTreatmentName, String taxTreatmentDescription, Decimal taxLineAmount)
Constructor for TaxInfo object. All arguments are required.
Parameters
| Param | Description |
|---|
countryIsoCode | Initial value for TaxInfo.countryIsoCode. |
stateIsoCode | Initial value for TaxInfo.stateIsoCode. |
priority | Initial value for TaxInfo.priority. |
taxRatePercentage | Initial value for TaxInfo.taxRatePercentage. |
taxTreatmentName | Initial value for TaxInfo.taxTreatmentName. |
taxTreatmentDescription | Initial value for TaxInfo.taxTreatmentDescription. |
taxLineAmount | Initial value for TaxInfo.taxLineAmount. |
Methods
global getTaxLineAmount()
Get ‘TaxInfo.TaxLineAmount’.
Returns
global setTaxLineAmount(Decimal taxLineAmount)
Set ‘TaxInfo.TaxLineAmount’.
Returns
global getCountryIsoCode()
Get ‘TaxInfo.CountryIsoCode’.
Returns
global setCountryIsoCode(String countryIsoCode)
Set ‘TaxInfo.CountryIsoCode’.
Returns
global getStateIsoCode()
Get ‘TaxInfo.StateIsoCode’.
Returns
global setStateIsoCode(String stateIsoCode)
Set ‘TaxInfo.StateIsoCode’.
Returns
global getPriority()
Get ‘TaxInfo.Priority’.
Returns
global setPriority(Integer priority)
Set ‘TaxInfo.Priority’.
Returns
global getTaxTreatmentName()
Get ‘TaxInfo.TaxTreatmentName’.
Returns
global setTaxTreatmentName(String taxTreatmentName)
Set ‘TaxInfo.TaxTreatmentName’.
Returns
global getTaxTreatmentDescription()
Get ‘TaxInfo.TaxTreatmentDescription’.
Returns
global setTaxTreatmentDescription(String taxTreatmentName)
Set ‘TaxInfo.TaxTreatmentDescription’.
Returns
global getTaxRatePercentage()
Get ‘TaxInfo.TaxRatePercentage’.
Returns
global setTaxRatePercentage(Double taxRatePercentage)
Set ‘TaxInfo.TaxRatePercentage’.
Returns
global equals(Object obj)