CartExtension.CartDeliveryGroupMethod
This Apex object represents an in-memory CartDeliveryGroupMethod 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: CartDeliveryGroupMethod
Constructor for CartDeliveryGroupMethod
object. All arguments are required.
Param | Description |
---|---|
name | Initial value for CartDeliveryGroupMethod.Name . |
shippingFee | Initial value for CartDeliveryGroupMethod.ShippingFee . |
productId | Initial value for CartDeliveryGroupMethod.ProductId . |
Get CartDeliveryGroupMethod.Name
.
Type | Description |
---|---|
String |
Set CartDeliveryGroupMethod.Name
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethod.DeliveryMethodId
.
Type | Description |
---|---|
ID |
Get CartDeliveryGroupMethod.ShippingFee
.
Type | Description |
---|---|
Decimal |
Set CartDeliveryGroupMethod.ShippingFee
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethod.ExternalProvider
.
Type | Description |
---|---|
String |
Get CartDeliveryGroupMethod.Provider
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethod.Carrier
.
Type | Description |
---|---|
String |
Set CartDeliveryGroupMethod.Carrier
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethod.ClassOfService
.
Type | Description |
---|---|
String |
Set CartDeliveryGroupMethod.ClassOfService
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethod.ProductId
.
Type | Description |
---|---|
ID |
Set CartDeliveryGroupMethod.ProductId
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethod.ReferenceNumber
.
Type | Description |
---|---|
String |
Set CartDeliveryGroupMethod.ReferenceNumber
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethod.IsActive
.
Type | Description |
---|---|
Boolean |
Set CartDeliveryGroupMethod.IsActive
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethod.TransitTimeMin
.
Type | Description |
---|---|
Integer |
Set CartDeliveryGroupMethod.TransitTimeMin
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethod.TransitTimeMax
.
Type | Description |
---|---|
Integer |
Set CartDeliveryGroupMethod.TransitTimeMax
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethod.TransitTimeUnit
.
Type | Description |
---|---|
TimeUnitEnum |
Set CartDeliveryGroupMethod.TransitTimeUnit
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethod.ProcessTime
.
Type | Description |
---|---|
Integer |
Set CartDeliveryGroupMethod.ProcessTime
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethod.ProcessTimeUnit
.
Type | Description |
---|---|
TimeUnitEnum |
Set CartDeliveryGroupMethod.TransitTimeUnit
.
Type | Description |
---|---|
void |
Get CartDeliveryGroupMethod.TotalAdjustmentAmount
.
Type | Description |
---|---|
Decimal |
Get CartDeliveryGroupMethod.AdjustedShippingFee
.
Type | Description |
---|---|
Decimal |
Get all the related CartDeliveryGroupMethodAdj objects.
Type | Description |
---|---|
CartDeliveryGroupMethodAdjList | CartExtension.CartDeliveryGroupMethodAdjList |
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