DeliveryPreferenceType Enumeration
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
Defines the available delivery preference types.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration DeliveryPreferenceType
'Usage
Dim instance As DeliveryPreferenceType
[DataContractAttribute]
public enum DeliveryPreferenceType
[DataContractAttribute]
public enum class DeliveryPreferenceType
Members
Member name | Description | |
---|---|---|
None | Represents the case when the delivery preference type has not been set. | |
ShipToAddress | Represents the case when the item can be shipped to an address. | |
PickupFromStore | Represents the case when the item can be picked up from a store. | |
ElectronicDelivery | Represents the case when the item can be electronically delivered over e-mail. | |
DeliverItemsIndividually | Represents the case when the items can be delivered individually. Applicable only to cart header level delivery preferences. |