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