다음을 통해 공유


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

Represents the shopping cart type.

Namespace:  Microsoft.Dynamics.Retail.SharePoint.Web.Services.ViewModel
Assembly:  Microsoft.Dynamics.Retail.SP.Web.Services (in Microsoft.Dynamics.Retail.SP.Web.Services.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public Enumeration CartType
'Usage
Dim instance As CartType
[DataContractAttribute]
public enum CartType
[DataContractAttribute]
public enum class CartType

Members

Member name Description
None None (Cart Type not defined).
Shopping Shopping cart.
Checkout Checkout cart - The temporary copy of the shopping cart created during the checkout process.

See Also

Reference

Microsoft.Dynamics.Retail.SharePoint.Web.Services.ViewModel Namespace