commercestoretax.TaxInfo

Apex class for TaxInfo representation

Constructors 

global TaxInfo(String countryIsoCode, String stateIsoCode, Integer priority, Decimal taxRatePercentage, String taxTreatmentName, String taxTreatmentDescription, Decimal taxLineAmount) 

Constructor for TaxInfo object. All arguments are required.

Parameters 

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

Methods 

global getTaxLineAmount() 

Get ‘TaxInfo.TaxLineAmount’.

Returns 

TypeDescription
Decimal

global setTaxLineAmount(Decimal taxLineAmount) 

Set ‘TaxInfo.TaxLineAmount’.

Returns 

TypeDescription
void

global getCountryIsoCode() 

Get ‘TaxInfo.CountryIsoCode’.

Returns 

TypeDescription
String

global setCountryIsoCode(String countryIsoCode) 

Set ‘TaxInfo.CountryIsoCode’.

Returns 

TypeDescription
void

global getStateIsoCode() 

Get ‘TaxInfo.StateIsoCode’.

Returns 

TypeDescription
String

global setStateIsoCode(String stateIsoCode) 

Set ‘TaxInfo.StateIsoCode’.

Returns 

TypeDescription
void

global getPriority() 

Get ‘TaxInfo.Priority’.

Returns 

TypeDescription
Integer

global setPriority(Integer priority) 

Set ‘TaxInfo.Priority’.

Returns 

TypeDescription
void

global getTaxTreatmentName() 

Get ‘TaxInfo.TaxTreatmentName’.

Returns 

TypeDescription
String

global setTaxTreatmentName(String taxTreatmentName) 

Set ‘TaxInfo.TaxTreatmentName’.

Returns 

TypeDescription
void

global getTaxTreatmentDescription() 

Get ‘TaxInfo.TaxTreatmentDescription’.

Returns 

TypeDescription
String

global setTaxTreatmentDescription(String taxTreatmentName) 

Set ‘TaxInfo.TaxTreatmentDescription’.

Returns 

TypeDescription
void

global getTaxRatePercentage() 

Get ‘TaxInfo.TaxRatePercentage’.

Returns 

TypeDescription
Double

global setTaxRatePercentage(Double taxRatePercentage) 

Set ‘TaxInfo.TaxRatePercentage’.

Returns 

TypeDescription
void

global equals(Object obj) 


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!