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.

Constructors 

global CartAdjustmentBasis() 

Constructor for CartAdjustmentBasis object.


Methods 

global String getAdjustmentBasisDetail() 

Get WebCartAdjustmentBasis.AdjustmentBasisDetail.

Returns 

TypeDescription
String

global void setAdjustmentBasisDetail(String adjustmentBasisDetail) 

Set WebCartAdjustmentBasis.AdjustmentBasisDetail.

Returns 

TypeDescription
void

global ID getAdjustmentBasisReferenceId() 

Get WebCartAdjustmentBasis.AdjustmentBasisReferenceId.

Returns 

TypeDescription
ID

global void setAdjustmentBasisReferenceId(ID adjustmentBasisReferenceId) 

Get WebCartAdjustmentBasis.AdjustmentBasisReferenceId.

Returns 

TypeDescription
void

global ID getId() 

Get Id.

Returns 

TypeDescription
ID

global Datetime getCreatedDate() 

Get System Field CreatedDate.

Returns 

TypeDescription
Datetime

global Datetime getLastModifiedDate() 

Get System Field LastModifiedDate.

Returns 

TypeDescription
Datetime

global ID getCreatedById() 

Get System Field CreatedById.

Returns 

TypeDescription
ID

global ID getLastModifiedById() 

Get System Field LastModifiedById.

Returns 

TypeDescription
ID

global Object getCustomField(String fieldName) 

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

Returns 

TypeDescription
Object

global void setCustomField(String fieldName, Object fieldValue) 

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

Returns 

TypeDescription
void

public Boolean equals(Object obj) 

public Integer hashCode() 


Developer Preview

This release is in preview. Features described in this document don't become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can't guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!