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 . |
deliveryMethodId | Initial value for CartDeliveryGroupMethod.DeliveryMethodId (type OrderDeliveryMethod). |
shippingFee | Initial value for CartDeliveryGroupMethod.ShippingFee . |
Get CartDeliveryGroupMethod.Id
.
Type
ID
Description
Get CartDeliveryGroupMethod.Name
.
Type
String
Description
Set CartDeliveryGroupMethod.Name
.
Type
void
Description
Get CartDeliveryGroupMethod.DeliveryMethodId
.
Type
ID
Description
Get CartDeliveryGroupMethod.ShippingFee
.
Type
Decimal
Description
Set CartDeliveryGroupMethod.ShippingFee
.
Type
void
Description
Get CartDeliveryGroupMethod.ExternalProvider
.
Type
String
Description
Get CartDeliveryGroupMethod.Provider
.
Type
void
Description