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.
| 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 |
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