Share via


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

List of card types supported by the system.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
Public Enumeration CardType
'Usage
Dim instance As CardType
public enum CardType
public enum class CardType

Members

Member name Description
Unknown Unspecified card type.
InternationalCreditCard International cards - Brokered by an EFT Service Provider.
InternationalDebitCard International cards - Brokered by an EFT Service Provider.
LoyaltyCard Loyalty cards.
CorporateCard Local corporate credit cards.
CustomerCard Customer card - used to identify customers.
EmployeeCard Employee card - used to log employees on the pos.
SalespersonCard Salesperson card - used to identify salespersons.
GiftCard Gift card - used to identify the customers gift card.

Remarks

Maps to the RetailCardTypeBase base enum in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace