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 

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

Methods 

global String getCountryIsoCode() 

Get ‘StoreTaxesInfo.CountryIsoCode’.

Returns 

TypeDescription
String

global void setCountryIsoCode(String countryIsoCode) 

Set ‘StoreTaxesInfo.CountryIsoCode’.

Returns 

TypeDescription
void

global String getStateIsoCode() 

Get ‘StoreTaxesInfo.StateIsoCode’.

Returns 

TypeDescription
String

global void setStateIsoCode(String stateIsoCode) 

Set ‘StoreTaxesInfo.StateIsoCode’.

Returns 

TypeDescription
void

global Integer getPriority() 

Get ‘StoreTaxesInfo.Priority’.

Returns 

TypeDescription
Integer

global void setPriority(Integer priority) 

Set ‘StoreTaxesInfo.Priority’.

Returns 

TypeDescription
void

global String getTaxTreatmentName() 

Get ‘StoreTaxesInfo.TaxTreatmentName’.

Returns 

TypeDescription
String

global void setTaxTreatmentName(String taxTreatmentName) 

Set ‘StoreTaxesInfo.TaxTreatmentName’.

Returns 

TypeDescription
void

global String getTaxTreatmentDescription() 

Get ‘StoreTaxesInfo.TaxTreatmentDescription’.

Returns 

TypeDescription
String

global void setTaxTreatmentDescription(String taxTreatmentName) 

Set ‘StoreTaxesInfo.TaxTreatmentDescription’.

Returns 

TypeDescription
void

global Double getTaxRatePercentage() 

Get ‘StoreTaxesInfo.TaxRatePercentage’.

Returns 

TypeDescription
Double

global void setTaxRatePercentage(Double taxRatePercentage) 

Set ‘StoreTaxesInfo.TaxRatePercentage’.

Returns 

TypeDescription
void

global Boolean equals(Object obj) 

global Integer hashCode() 


Newer Version Available

This content describes an older version of this product. View Latest

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!