Share via


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.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.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.
CustomerOrder Cart represents a customer order.
IncomeExpense Cart represents a IncomeExpense account transaction.
AccountDeposit

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace