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

Get ‘TaxInfo.TaxLineAmount’.

Returns 

TypeDescription
Decimal

global void setTaxLineAmount(Decimal taxLineAmount) 

Set ‘TaxInfo.TaxLineAmount’.

Returns 

TypeDescription
void

global String getCountryIsoCode() 

Get ‘TaxInfo.CountryIsoCode’.

Returns 

TypeDescription
String

global void setCountryIsoCode(String countryIsoCode) 

Set ‘TaxInfo.CountryIsoCode’.

Returns 

TypeDescription
void

global String getStateIsoCode() 

Get ‘TaxInfo.StateIsoCode’.

Returns 

TypeDescription
String

global void setStateIsoCode(String stateIsoCode) 

Set ‘TaxInfo.StateIsoCode’.

Returns 

TypeDescription
void

global Integer getPriority() 

Get ‘TaxInfo.Priority’.

Returns 

TypeDescription
Integer

global void setPriority(Integer priority) 

Set ‘TaxInfo.Priority’.

Returns 

TypeDescription
void

global String getTaxTreatmentName() 

Get ‘TaxInfo.TaxTreatmentName’.

Returns 

TypeDescription
String

global void setTaxTreatmentName(String taxTreatmentName) 

Set ‘TaxInfo.TaxTreatmentName’.

Returns 

TypeDescription
void

global String getTaxTreatmentDescription() 

Get ‘TaxInfo.TaxTreatmentDescription’.

Returns 

TypeDescription
String

global void setTaxTreatmentDescription(String taxTreatmentName) 

Set ‘TaxInfo.TaxTreatmentDescription’.

Returns 

TypeDescription
void

global Double getTaxRatePercentage() 

Get ‘TaxInfo.TaxRatePercentage’.

Returns 

TypeDescription
Double

global void setTaxRatePercentage(Double taxRatePercentage) 

Set ‘TaxInfo.TaxRatePercentage’.

Returns 

TypeDescription
void

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