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

Get ‘TaxAdjustment.Id’.

Returns 

TypeDescription
String

global setId(String id) 

Set ‘TaxAdjustment.Id’.

Returns 

TypeDescription
void

global getTaxRatePercentage() 

Get ‘TaxAdjustment.TaxRatePercentage’.

Returns 

TypeDescription
Decimal

global setTaxRatePercentage(Decimal taxRatePercentage) 

Set ‘TaxAdjustment.TaxRatePercentage’.

Returns 

TypeDescription
void

global getType() 

Get ‘TaxAdjustment.Type’.

Returns 

TypeDescription
String

global setType(TaxAdjustmentType adjustmentType) 

Set ‘TaxAdjustment.Type’.

Returns 

TypeDescription
void

global getCountryIsoCode() 

Get ‘TaxAdjustment.CountryIsoCode’.

Returns 

TypeDescription
String

global setCountryIsoCode(String countryIsoCode) 

Set ‘TaxAdjustment.CountryIsoCode’.

Returns 

TypeDescription
void

global getStateIsoCode() 

Get ‘TaxAdjustment.StateIsoCode’.

Returns 

TypeDescription
String

global setStateIsoCode(String stateIsoCode) 

Set ‘TaxAdjustment.StateIsoCode’.

Returns 

TypeDescription
void

global getAdjustmentTaxAmount() 

Get ‘TaxAdjustment.AdjustmentTaxAmount’.

Returns 

TypeDescription
Decimal

global setAdjustmentTaxAmount(Decimal adjustmentTaxAmount) 

Set ‘TaxAdjustment.AdjustmentTaxAmount’.

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!