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 getCountryIsoCode() 

Get ‘StoreTaxesInfo.CountryIsoCode’.

Returns 

TypeDescription
String

global setCountryIsoCode(String countryIsoCode) 

Set ‘StoreTaxesInfo.CountryIsoCode’.

Returns 

TypeDescription
void

global getStateIsoCode() 

Get ‘StoreTaxesInfo.StateIsoCode’.

Returns 

TypeDescription
String

global setStateIsoCode(String stateIsoCode) 

Set ‘StoreTaxesInfo.StateIsoCode’.

Returns 

TypeDescription
void

global getPriority() 

Get ‘StoreTaxesInfo.Priority’.

Returns 

TypeDescription
Integer

global setPriority(Integer priority) 

Set ‘StoreTaxesInfo.Priority’.

Returns 

TypeDescription
void

global getTaxTreatmentName() 

Get ‘StoreTaxesInfo.TaxTreatmentName’.

Returns 

TypeDescription
String

global setTaxTreatmentName(String taxTreatmentName) 

Set ‘StoreTaxesInfo.TaxTreatmentName’.

Returns 

TypeDescription
void

global getTaxTreatmentDescription() 

Get ‘StoreTaxesInfo.TaxTreatmentDescription’.

Returns 

TypeDescription
String

global setTaxTreatmentDescription(String taxTreatmentName) 

Set ‘StoreTaxesInfo.TaxTreatmentDescription’.

Returns 

TypeDescription
void

global getTaxRatePercentage() 

Get ‘StoreTaxesInfo.TaxRatePercentage’.

Returns 

TypeDescription
Double

global setTaxRatePercentage(Double taxRatePercentage) 

Set ‘StoreTaxesInfo.TaxRatePercentage’.

Returns 

TypeDescription
void

global equals(Object obj) 

global 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!