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

Get ‘LineAdjustment.Id’.

Returns 

TypeDescription
String

global setId(String id) 

Set ‘LineAdjustment.Id’.

Returns 

TypeDescription
void

global getAmount() 

Get ‘LineAdjustment.Amount’.

Returns 

TypeDescription
Decimal

global setAmount(Decimal amount) 

Set ‘LineAdjustment.Amount’.

Returns 

TypeDescription
void

global getType() 

Get ‘LineAdjustment.Type’.

Returns 

TypeDescription
String

global setType(TaxAdjustmentType adjustmentType) 

Set ‘LineAdjustment.Type’.

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!