CartExtension.CartAdjustmentBasis
This Apex object represents an in-memory WebCartAdjustmentBasis record and its relationships with other records. All formula and roll-up summary standard fields are updated at runtime.
Loading and saving this object is not possible in Apex but is done by Salesforce.
Constructor for CartAdjustmentBasis object.
Get WebCartAdjustmentBasis.AdjustmentBasisDetail.
| Type | Description |
|---|---|
String |
Set WebCartAdjustmentBasis.AdjustmentBasisDetail.
| Type | Description |
|---|---|
void |
Get WebCartAdjustmentBasis.AdjustmentBasisReferenceId.
| Type | Description |
|---|---|
ID |
Get WebCartAdjustmentBasis.AdjustmentBasisReferenceId.
| Type | Description |
|---|---|
void |
Get Id.
| Type | Description |
|---|---|
ID |
Get System Field CreatedDate.
| Type | Description |
|---|---|
Datetime |
Get System Field LastModifiedDate.
| Type | Description |
|---|---|
Datetime |
Get System Field CreatedById.
| Type | Description |
|---|---|
ID |
Get System Field LastModifiedById.
| Type | Description |
|---|---|
ID |
Get value of the given custom field (needs to be api name)
| Type | Description |
|---|---|
Object |
Set the value of the given custom field (needs to be api name)
| Type | Description |
|---|---|
void |