CartAdjustmentGroup
This Apex object represents an in-memory WebCartAdjustmentGroup
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: WebCartAdjustmentGroup
Constructor for CartAdjustmentGroup
object. All arguments are required.
Param | Description |
---|---|
cartAdjustmentTargetTypeEnum | Initial value for CartAdjustmentGroup.AdjustmentTargetType . |
adjustmentSource | Initial value for CartAdjustmentGroup.AdjustmentSource . |
adjustmentType | Initial value for CartAdjustmentGroup.AdjustmentType . |
adjustmentValue | Initial value for CartAdjustmentGroup.AdjustmentValue . |
priceAdjustmentCauseId | Initial value for CartAdjustmentGroup.PriceAdjustmentCauseId (type Coupon). |
Get WebCartAdjustmentGroup.Id
.
Type
ID
Description
Get WebCartAdjustmentGroup.Priority
.
Type
String
Description
Set WebCartAdjustmentGroup.Priority
.
Type
void
Description
Get WebCartAdjustmentGroup.Description
.
Type
String
Description
Set WebCartAdjustmentGroup.Description
.
Type
void
Description
Get WebCartAdjustmentGroup.AdjustmentValue
.
Type
Decimal
Description
Set WebCartAdjustmentGroup.AdjustmentValue
.
Type
void
Description
Get WebCartAdjustmentGroup.TotalAmount
.
Type
Decimal
Description
Set WebCartAdjustmentGroup.TotalAmount
.
Type
void
Description
Get WebCartAdjustmentGroup.AdjustmentType
.
Type
AdjustmentTypeEnum
Description
Get WebCartAdjustmentGroup.PriceAdjustmentCauseId
.
Type
ID
Description
Get WebCartAdjustmentGroup.AdjustmentBasisReferenceId
.
Type
ID
Description
Set WebCartAdjustmentGroup.AdjustmentBasisReferenceId
.
Type
void
Description
Get WebCartAdjustmentGroup.AdjustmentSource
.
Type
PriceAdjustmentSourceEnum
Description
Get WebCartAdjustmentGroup.AdjustmentTargetType
.
Type
CartAdjustmentTargetTypeEnum
Description