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.

TypeDescription
String

Set WebCartAdjustmentBasis.AdjustmentBasisDetail.

TypeDescription
void

Get WebCartAdjustmentBasis.AdjustmentBasisReferenceId.

TypeDescription
ID

Get WebCartAdjustmentBasis.AdjustmentBasisReferenceId.

TypeDescription
void

Inherited

Get Id.

TypeDescription
ID

Inherited

Get System Field CreatedDate.

TypeDescription
Datetime

Inherited

Get System Field LastModifiedDate.

TypeDescription
Datetime

Inherited

Get System Field CreatedById.

TypeDescription
ID

Inherited

Get System Field LastModifiedById.

TypeDescription
ID

Inherited

Get value of the given custom field (needs to be api name)

TypeDescription
Object

Inherited

Set the value of the given custom field (needs to be api name)

TypeDescription
void

Inherited

Inherited