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 |
Inherited
Get Id.
| Type | Description |
|---|---|
ID |
Inherited
Get System Field CreatedDate.
| Type | Description |
|---|---|
Datetime |
Inherited
Get System Field LastModifiedDate.
| Type | Description |
|---|---|
Datetime |
Inherited
Get System Field CreatedById.
| Type | Description |
|---|---|
ID |
Inherited
Get System Field LastModifiedById.
| Type | Description |
|---|---|
ID |
Inherited
Get value of the given custom field (needs to be api name)
| Type | Description |
|---|---|
Object |
Inherited
Set the value of the given custom field (needs to be api name)
| Type | Description |
|---|---|
void |
Inherited
Inherited