CartExtension.CartDeliveryGroupMethodAdj

This Apex object represents an in-memory CartDeliveryGroupMethodAdj 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.
See Object Reference: CartDeliveryGroupMethodAdj

Constructor for CartDeliveryGroupMethodAdj object. All arguments are required.

ParamDescription
adjustmentValueInitial value for CartDeliveryGroupMethodAdj.AdjustmentValue.
adjustmentAmountInitial value for CartDeliveryGroupMethodAdj.AdjustmentAmount.
priceAdjustmentCauseIdInitial value for CartDeliveryGroupMethodAdj.PriceAdjustmentCauseId.

Get CartDeliveryGroupMethodAdj.Name.

TypeDescription
String

Set CartDeliveryGroupMethodAdj.Name.

TypeDescription
void

Get CartDeliveryGroupMethodAdj.AdjustmentValue.

TypeDescription
Decimal

Set CartDeliveryGroupMethodAdj.AdjustmentValue.

TypeDescription
void

Get CartDeliveryGroupMethodAdj.AdjustmentAmount.

TypeDescription
Decimal

Set CartDeliveryGroupMethodAdj.AdjustmentAmount.

TypeDescription
void

Get CartDeliveryGroupMethodAdj.PriceAdjustmentCauseId.

TypeDescription
ID

Set CartDeliveryGroupMethodAdj.PriceAdjustmentCauseId.

TypeDescription
void

Get CartDeliveryGroupMethodAdj.AdjustmentType.

TypeDescription
AdjustmentTypeEnumCartExtension.AdjustmentTypeEnum

Set CartDeliveryGroupMethodAdj.AdjustmentType.

TypeDescription
void

Get CartDeliveryGroupMethodAdj.Priority.

TypeDescription
Integer

Set CartDeliveryGroupMethodAdj.Priority.

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