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 Decimal getTaxLineAmount()
Get ‘TaxInfo.TaxLineAmount’.
Returns
global void setTaxLineAmount(Decimal taxLineAmount)
Set ‘TaxInfo.TaxLineAmount’.
Returns
global String getCountryIsoCode()
Get ‘TaxInfo.CountryIsoCode’.
Returns
global void setCountryIsoCode(String countryIsoCode)
Set ‘TaxInfo.CountryIsoCode’.
Returns
global String getStateIsoCode()
Get ‘TaxInfo.StateIsoCode’.
Returns
global void setStateIsoCode(String stateIsoCode)
Set ‘TaxInfo.StateIsoCode’.
Returns
global Integer getPriority()
Get ‘TaxInfo.Priority’.
Returns
global void setPriority(Integer priority)
Set ‘TaxInfo.Priority’.
Returns
global String getTaxTreatmentName()
Get ‘TaxInfo.TaxTreatmentName’.
Returns
global void setTaxTreatmentName(String taxTreatmentName)
Set ‘TaxInfo.TaxTreatmentName’.
Returns
global String getTaxTreatmentDescription()
Get ‘TaxInfo.TaxTreatmentDescription’.
Returns
global void setTaxTreatmentDescription(String taxTreatmentName)
Set ‘TaxInfo.TaxTreatmentDescription’.
Returns
global Double getTaxRatePercentage()
Get ‘TaxInfo.TaxRatePercentage’.
Returns
global void setTaxRatePercentage(Double taxRatePercentage)
Set ‘TaxInfo.TaxRatePercentage’.
Returns
global Boolean equals(Object obj)