commercestoretax.TaxAdjustment

Apex class for TaxAdjustment representation

Constructor for TaxAdjustment object. All arguments are required.

ParamDescription
adjustmentTypeInitial value for TaxAdjustment.TaxAdjustmentType.

Get 'TaxAdjustment.Id'.

TypeDescription
String

Set 'TaxAdjustment.Id'.

TypeDescription
void

Get 'TaxAdjustment.TaxRatePercentage'.

TypeDescription
Decimal

Set 'TaxAdjustment.TaxRatePercentage'.

TypeDescription
void

Get 'TaxAdjustment.Type'.

TypeDescription
String

Set 'TaxAdjustment.Type'.

TypeDescription
void

Get 'TaxAdjustment.CountryIsoCode'.

TypeDescription
String

Set 'TaxAdjustment.CountryIsoCode'.

TypeDescription
void

Get 'TaxAdjustment.StateIsoCode'.

TypeDescription
String

Set 'TaxAdjustment.StateIsoCode'.

TypeDescription
void

Get 'TaxAdjustment.AdjustmentTaxAmount'.

TypeDescription
Decimal

Set 'TaxAdjustment.AdjustmentTaxAmount'.

TypeDescription
void