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.
Param | Description |
---|---|
adjustmentValue | Initial value for CartDeliveryGroupMethodAdj.AdjustmentValue . |
adjustmentAmount | Initial value for CartDeliveryGroupMethodAdj.AdjustmentAmount . |
priceAdjustmentCauseId | Initial value for CartDeliveryGroupMethodAdj.PriceAdjustmentCauseId . |
Get CartDeliveryGroupMethodAdj.Name
.
Type | Description |
---|---|
String |
Set CartDeliveryGroupMethodAdj.Name
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethodAdj.AdjustmentValue
.
Type | Description |
---|---|
Decimal |
Set CartDeliveryGroupMethodAdj.AdjustmentValue
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethodAdj.AdjustmentAmount
.
Type | Description |
---|---|
Decimal |
Set CartDeliveryGroupMethodAdj.AdjustmentAmount
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethodAdj.PriceAdjustmentCauseId
.
Type | Description |
---|---|
ID |
Set CartDeliveryGroupMethodAdj.PriceAdjustmentCauseId
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethodAdj.AdjustmentType
.
Type | Description |
---|---|
AdjustmentTypeEnum | CartExtension.AdjustmentTypeEnum |
Set CartDeliveryGroupMethodAdj.AdjustmentType
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethodAdj.Priority
.
Type | Description |
---|---|
Integer |
Set CartDeliveryGroupMethodAdj.Priority
.
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