title | TOCTitle | ms:assetid | ms:mtpsurl | ms:contentKeyID | author | ms.date | mtps_version | f1_keywords | dev_langs | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CardType Enumeration (Microsoft.Dynamics.Commerce.Runtime.DataModel) |
CardType Enumeration |
T:Microsoft.Dynamics.Commerce.Runtime.DataModel.CardType |
62214094 |
tonyafehr |
05/18/2015 |
v=AX.60 |
|
|
[!INCLUDEarchive-banner]
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)
'Declaration
Public Enumeration CardType
'Usage
Dim instance As CardType
public enum CardType
public enum class CardType
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. |
Maps to the RetailCardTypeBase base enum in AX.