commercestoretax.TaxAdjustment

Apex class for TaxAdjustment representation

Constructors 

global TaxAdjustment(commercestoretax adjustmentType) 

Constructor for TaxAdjustment object. All arguments are required.

Parameters 

ParamDescription
adjustmentTypeInitial value for TaxAdjustment.TaxAdjustmentType.

Methods 

global String getId() 

Get ‘TaxAdjustment.Id’.

Returns 

TypeDescription
String

global void setId(String id) 

Set ‘TaxAdjustment.Id’.

Returns 

TypeDescription
void

global Decimal getTaxRatePercentage() 

Get ‘TaxAdjustment.TaxRatePercentage’.

Returns 

TypeDescription
Decimal

global void setTaxRatePercentage(Decimal taxRatePercentage) 

Set ‘TaxAdjustment.TaxRatePercentage’.

Returns 

TypeDescription
void

global String getType() 

Get ‘TaxAdjustment.Type’.

Returns 

TypeDescription
String

global void setType(TaxAdjustmentType adjustmentType) 

Set ‘TaxAdjustment.Type’.

Returns 

TypeDescription
void

global String getCountryIsoCode() 

Get ‘TaxAdjustment.CountryIsoCode’.

Returns 

TypeDescription
String

global void setCountryIsoCode(String countryIsoCode) 

Set ‘TaxAdjustment.CountryIsoCode’.

Returns 

TypeDescription
void

global String getStateIsoCode() 

Get ‘TaxAdjustment.StateIsoCode’.

Returns 

TypeDescription
String

global void setStateIsoCode(String stateIsoCode) 

Set ‘TaxAdjustment.StateIsoCode’.

Returns 

TypeDescription
void

global Decimal getAdjustmentTaxAmount() 

Get ‘TaxAdjustment.AdjustmentTaxAmount’.

Returns 

TypeDescription
Decimal

global void setAdjustmentTaxAmount(Decimal adjustmentTaxAmount) 

Set ‘TaxAdjustment.AdjustmentTaxAmount’.

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!