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.

TypeDescription
ID

Set CartDeliveryGroup.DeliveryMethodId.

TypeDescription
void

Get CartDeliveryGroup.Name.

TypeDescription
String

Set CartDeliveryGroup.Name.

TypeDescription
void

Set CartDeliveryGroup.CartDeliveryGroupMethod.

TypeDescription
void

Get CartDeliveryGroup.CartDeliveryGroupMethod.

TypeDescription
CartDeliveryGroupMethod

Get CartDeliveryGroup.DesiredDeliveryDate.

TypeDescription
Datetime

Set CartDeliveryGroup.DesiredDeliveryDate.

TypeDescription
void

Get CartDeliveryGroup.ShippingInstructions.

TypeDescription
String

Set CartDeliveryGroup.ShippingInstructions.

TypeDescription
void

Get CartDeliveryGroup.DeliverToName.

TypeDescription
String

Set CartDeliveryGroup.DeliverToName.

TypeDescription
void

Get CartDeliveryGroup.DeliverToFirstName.

TypeDescription
String

Set CartDeliveryGroup.DeliverToFirstName.

TypeDescription
void

Get CartDeliveryGroup.DeliverToLastName.

TypeDescription
String

Set CartDeliveryGroup.DeliverToLastName.

TypeDescription
void

Get CartDeliveryGroup.DeliverToAddress.

TypeDescription
Address

Get CartDeliveryGroup.GrandTotalAmount.

TypeDescription
Decimal

Get CartDeliveryGroup.TotalTaxAmount.

TypeDescription
Decimal

Get CartDeliveryGroup.TotalProductAmount.

TypeDescription
Decimal

Get CartDeliveryGroup.TotalChargeAmount.

TypeDescription
Decimal

Get all the related CartExtension.CartDeliveryGroupMethod objects.

TypeDescription
CartDeliveryGroupMethodListCartExtension.CartDeliveryGroupMethodList

Get CartDeliveryGroup.ShipToPhoneNumber.

TypeDescription
String

Set CartDeliveryGroup.ShipToPhoneNumber.

TypeDescription
void

Get CartDeliveryGroup.IsDefault.

TypeDescription
Boolean

Get CartDeliveryGroup.CompanyName.

TypeDescription
String

Set CartDeliveryGroup.CompanyName.

TypeDescription
void

Set CartDeliveryGroup.DeliverToStreet.

TypeDescription
void

Set CartDeliveryGroup.DeliverToCity.

TypeDescription
void

Set CartDeliveryGroup.DeliverToState.

TypeDescription
void

Set CartDeliveryGroup.DeliverToPostalCode.

TypeDescription
void

Set CartDeliveryGroup.DeliverToCountry.

TypeDescription
void

Set CartDeliveryGroup.DeliverToStateCode.

TypeDescription
void

Set CartDeliveryGroup.DeliverToCountryCode.

TypeDescription
void

Set CartDeliveryGroup.DeliverToLatitude.

TypeDescription
void

Set CartDeliveryGroup.DeliverToLongitude.

TypeDescription
void

Set CartDeliveryGroup.DeliverToGeocodeAccuracy.

TypeDescription
void

Inherited

Get Id.

TypeDescription
ID

Inherited

Get System Field CreatedDate.

TypeDescription
Datetime

Inherited

Get System Field LastModifiedDate.

TypeDescription
Datetime

Inherited

Get System Field CreatedById.

TypeDescription
ID

Inherited

Get System Field LastModifiedById.

TypeDescription
ID

Inherited

Get value of the given custom field (needs to be api name)

TypeDescription
Object

Inherited

Set the value of the given custom field (needs to be api name)

TypeDescription
void

Inherited

Inherited