Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Apex class for LineAdjustment representation
Constructor for LineAdjustment object. All arguments are required.
| Param | Description |
|---|---|
adjustmentType | Initial value for LineAdjustment.TaxAdjustmentType. |
Get ‘LineAdjustment.Id’.
| Type | Description |
|---|---|
| String |
Set ‘LineAdjustment.Id’.
| Type | Description |
|---|---|
| void |
Get ‘LineAdjustment.Amount’.
| Type | Description |
|---|---|
| Decimal |
Set ‘LineAdjustment.Amount’.
| Type | Description |
|---|---|
| void |
Get ‘LineAdjustment.Type’.
| Type | Description |
|---|---|
| String |
Set ‘LineAdjustment.Type’.
| Type | Description |
|---|---|
| void |
Newer Version Available