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


Developer Preview

This release is in preview. Features described in this document don't become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can't guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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