CartExtension.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.DeliveryMethodId.
| Type | Description |
|---|---|
ID |
Set CartDeliveryGroup.DeliveryMethodId.
The DeliveryMethodId field is deprecated in API version 64.0 and will be removed in API version 66.0. Instead, use the DeliveryMethodId field on the CartDeliveryGroupMethod object.
| Type | Description |
|---|---|
void |
Get CartDeliveryGroup.Name.
| Type | Description |
|---|---|
String |
Set CartDeliveryGroup.Name.
| Type | Description |
|---|---|
void |
Set CartDeliveryGroup.CartDeliveryGroupMethod.
| Type | Description |
|---|---|
void |
Get CartDeliveryGroup.CartDeliveryGroupMethod.
| Type | Description |
|---|---|
CartDeliveryGroupMethod |
Get CartDeliveryGroup.DesiredDeliveryDate.
| Type | Description |
|---|---|
Datetime |
Set CartDeliveryGroup.DesiredDeliveryDate.
| Type | Description |
|---|---|
void |
Get CartDeliveryGroup.ShippingInstructions.
| Type | Description |
|---|---|
String |
Set CartDeliveryGroup.ShippingInstructions.
| Type | Description |
|---|---|
void |
Get CartDeliveryGroup.DeliverToName.
| Type | Description |
|---|---|
String |
Set CartDeliveryGroup.DeliverToName.
| Type | Description |
|---|---|
void |
Get CartDeliveryGroup.DeliverToFirstName.
| Type | Description |
|---|---|
String |
Set CartDeliveryGroup.DeliverToFirstName.
| Type | Description |
|---|---|
void |
Get CartDeliveryGroup.DeliverToLastName.
| Type | Description |
|---|---|
String |
Set CartDeliveryGroup.DeliverToLastName.
| Type | Description |
|---|---|
void |
Get CartDeliveryGroup.DeliverToAddress.
| Type | Description |
|---|---|
Address |
Get CartDeliveryGroup.GrandTotalAmount.
| Type | Description |
|---|---|
Decimal |
Get CartDeliveryGroup.TotalTaxAmount.
| Type | Description |
|---|---|
Decimal |
Get CartDeliveryGroup.TotalProductAmount.
| Type | Description |
|---|---|
Decimal |
Get CartDeliveryGroup.TotalChargeAmount.
| Type | Description |
|---|---|
Decimal |
Get all the related CartExtension.CartDeliveryGroupMethod objects.
| Type | Description |
|---|---|
CartDeliveryGroupMethodList | CartExtension.CartDeliveryGroupMethodList |
Get CartDeliveryGroup.ShipToPhoneNumber.
| Type | Description |
|---|---|
String |
Set CartDeliveryGroup.ShipToPhoneNumber.
| Type | Description |
|---|---|
void |
Get CartDeliveryGroup.IsDefault.
| Type | Description |
|---|---|
Boolean |
Get CartDeliveryGroup.CompanyName.
| Type | Description |
|---|---|
String |
Set CartDeliveryGroup.CompanyName.
| Type | Description |
|---|---|
void |
Set CartDeliveryGroup.DeliverToStreet.
| Type | Description |
|---|---|
void |
Set CartDeliveryGroup.DeliverToCity.
| Type | Description |
|---|---|
void |
Set CartDeliveryGroup.DeliverToState.
| Type | Description |
|---|---|
void |
Set CartDeliveryGroup.DeliverToPostalCode.
| Type | Description |
|---|---|
void |
Set CartDeliveryGroup.DeliverToCountry.
| Type | Description |
|---|---|
void |
Set CartDeliveryGroup.DeliverToStateCode.
| Type | Description |
|---|---|
void |
Set CartDeliveryGroup.DeliverToCountryCode.
| Type | Description |
|---|---|
void |
Set CartDeliveryGroup.DeliverToLatitude.
| Type | Description |
|---|---|
void |
Set CartDeliveryGroup.DeliverToLongitude.
| Type | Description |
|---|---|
void |
Set CartDeliveryGroup.DeliverToGeocodeAccuracy.
| Type | Description |
|---|---|
void |
Get CartDeliveryGroup.IsGift.
| Type | Description |
|---|---|
Boolean |
Set CartDeliveryGroup.IsGift.
| Type | Description |
|---|---|
void |
Get CartDeliveryGroup.GiftMessage.
| Type | Description |
|---|---|
String |
Set CartDeliveryGroup.setGiftMessage.
| Type | Description |
|---|---|
void |
Get CartDeliveryGroup.GiftToName.
| Type | Description |
|---|---|
String |
Set CartDeliveryGroup.GiftToName.
| Type | Description |
|---|---|
void |
Get Id.
| Type | Description |
|---|---|
ID |
Get System Field CreatedDate.
| Type | Description |
|---|---|
Datetime |
Get System Field LastModifiedDate.
| Type | Description |
|---|---|
Datetime |
Get System Field CreatedById.
| Type | Description |
|---|---|
ID |
Get System Field LastModifiedById.
| Type | Description |
|---|---|
ID |
Get value of the given custom field (needs to be api name)
| Type | Description |
|---|---|
Object |
Set the value of the given custom field (needs to be api name)
| Type | Description |
|---|---|
void |