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