commercestoretax.LineAdjustment

Apex class for LineAdjustment representation

Constructors 

global LineAdjustment(commercestoretax adjustmentType) 

Constructor for LineAdjustment object. All arguments are required.

Parameters 

ParamDescription
adjustmentTypeInitial value for LineAdjustment.TaxAdjustmentType.

Methods 

global String getId() 

Get ‘LineAdjustment.Id’.

Returns 

TypeDescription
String

global void setId(String id) 

Set ‘LineAdjustment.Id’.

Returns 

TypeDescription
void

global Decimal getAmount() 

Get ‘LineAdjustment.Amount’.

Returns 

TypeDescription
Decimal

global void setAmount(Decimal amount) 

Set ‘LineAdjustment.Amount’.

Returns 

TypeDescription
void

global String getType() 

Get ‘LineAdjustment.Type’.

Returns 

TypeDescription
String

global void setType(TaxAdjustmentType adjustmentType) 

Set ‘LineAdjustment.Type’.

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!