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

ParamDescription
nameInitial value for CartDeliveryGroupMethod.Name.
shippingFeeInitial value for CartDeliveryGroupMethod.ShippingFee.
productIdInitial value for CartDeliveryGroupMethod.ProductId.

Get CartDeliveryGroupMethod.Name.

TypeDescription
String

Set CartDeliveryGroupMethod.Name.

TypeDescription
void

Get CartDeliveryGroupMethod.DeliveryMethodId.

TypeDescription
ID

Get CartDeliveryGroupMethod.ShippingFee.

TypeDescription
Decimal

Set CartDeliveryGroupMethod.ShippingFee.

TypeDescription
void

Get CartDeliveryGroupMethod.ExternalProvider.

TypeDescription
String

Get CartDeliveryGroupMethod.Provider.

TypeDescription
void

Get CartDeliveryGroupMethod.Carrier.

TypeDescription
String

Set CartDeliveryGroupMethod.Carrier.

TypeDescription
void

Get CartDeliveryGroupMethod.ClassOfService.

TypeDescription
String

Set CartDeliveryGroupMethod.ClassOfService.

TypeDescription
void

Get CartDeliveryGroupMethod.ProductId.

TypeDescription
ID

Set CartDeliveryGroupMethod.ProductId.

TypeDescription
void

Get CartDeliveryGroupMethod.ReferenceNumber.

TypeDescription
String

Set CartDeliveryGroupMethod.ReferenceNumber.

TypeDescription
void

Get CartDeliveryGroupMethod.IsActive.

TypeDescription
Boolean

Set CartDeliveryGroupMethod.IsActive.

TypeDescription
void

Get CartDeliveryGroupMethod.TransitTimeMin.

TypeDescription
Integer

Set CartDeliveryGroupMethod.TransitTimeMin.

TypeDescription
void

Get CartDeliveryGroupMethod.TransitTimeMax.

TypeDescription
Integer

Set CartDeliveryGroupMethod.TransitTimeMax.

TypeDescription
void

Get CartDeliveryGroupMethod.TransitTimeUnit.

TypeDescription
TimeUnitEnum

Set CartDeliveryGroupMethod.TransitTimeUnit.

TypeDescription
void

Get CartDeliveryGroupMethod.ProcessTime.

TypeDescription
Integer

Set CartDeliveryGroupMethod.ProcessTime.

TypeDescription
void

Get CartDeliveryGroupMethod.ProcessTimeUnit.

TypeDescription
TimeUnitEnum

Set CartDeliveryGroupMethod.TransitTimeUnit.

TypeDescription
void

Get CartDeliveryGroupMethod.TotalAdjustmentAmount.

TypeDescription
Decimal

Get CartDeliveryGroupMethod.AdjustedShippingFee.

TypeDescription
Decimal

Get all the related CartDeliveryGroupMethodAdj objects.

TypeDescription
CartDeliveryGroupMethodAdjListCartExtension.CartDeliveryGroupMethodAdjList

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