다음을 통해 공유


ShoppingCartItemType 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 item 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 ShoppingCartItemType
'Usage
Dim instance As ShoppingCartItemType
[DataContractAttribute]
public enum ShoppingCartItemType
[DataContractAttribute]
public enum class ShoppingCartItemType

Members

Member name Description
None None (indicates that the shopping cart item is neither a kit nor a kit component).
Kit Indicates that the shopping cart item is a kit.
KitComponent Indicates that the shopping cart item is a kit component.

See Also

Reference

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