CartDeliveryGroup
This Apex object represents an in-memory CartDeliveryGroup
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: CartDeliveryGroup
Constructor for CartDeliveryGroup
object.
Get CartDeliveryGroup.Id
.
Type
ID
Description
Get CartDeliveryGroup.DeliveryMethodId
.
Type
ID
Description
Set CartDeliveryGroup.DeliveryMethodId
.
Type
void
Description
Get CartDeliveryGroup.DesiredDeliveryDate
.
Type
Datetime
Description
Set CartDeliveryGroup.DesiredDeliveryDate
.
Type
void
Description
Get CartDeliveryGroup.ShippingInstructions
.
Type
String
Description
Set CartDeliveryGroup.ShippingInstructions
.
Type
void
Description
Get CartDeliveryGroup.DeliverToName
.
Type
String
Description
Set CartDeliveryGroup.DeliverToName
.
Type
void
Description
Get CartDeliveryGroup.DeliverToFirstName
.
Type
String
Description
Set CartDeliveryGroup.DeliverToFirstName
.
Type
void
Description
Get CartDeliveryGroup.DeliverToLastName
.
Type
String
Description
Set CartDeliveryGroup.DeliverToLastName
.
Type
void
Description
Get CartDeliveryGroup.DeliverToAddress
.
Type
Address
Description
Get CartDeliveryGroup.GrandTotalAmount
.
Type
Decimal
Description
Get CartDeliveryGroup.TotalTaxAmount
.
Type
Decimal
Description
Get CartDeliveryGroup.TotalProductAmount
.
Type
Decimal
Description
Get CartDeliveryGroup.TotalChargeAmount
.
Type
Decimal
Description
Get all the related CartDeliveryGroupMethod objects.
Type
CartDeliveryGroupMethodCollection
Description
CartDeliveryGroupMethodCollection
Get CartDeliveryGroup.ShipToPhoneNumber
.
Type
String
Description
Set CartDeliveryGroup.ShipToPhoneNumber
.
Type
void
Description
Get CartDeliveryGroup.IsDefault
.
Type
Boolean
Description
Set CartDeliveryGroup.IsDefault
.
Get CartDeliveryGroup.CompanyName
.
Type
String
Description
Set CartDeliveryGroup.CompanyName
.
Type
void
Description