Skip to content

Latest commit

 

History

History
123 lines (105 loc) · 2.93 KB

cardtype-enumeration-microsoft-dynamics-commerce-runtime-datamodel.md

File metadata and controls

123 lines (105 loc) · 2.93 KB
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
Microsoft.Dynamics.Commerce.Runtime.DataModel.CardType.CustomerCard
Microsoft.Dynamics.Commerce.Runtime.DataModel.CardType.InternationalDebitCard
Microsoft.Dynamics.Commerce.Runtime.DataModel.CardType.CorporateCard
Microsoft.Dynamics.Commerce.Runtime.DataModel.CardType.GiftCard
Microsoft.Dynamics.Commerce.Runtime.DataModel.CardType
Microsoft.Dynamics.Commerce.Runtime.DataModel.CardType.InternationalCreditCard
Microsoft.Dynamics.Commerce.Runtime.DataModel.CardType.EmployeeCard
Microsoft.Dynamics.Commerce.Runtime.DataModel.CardType.SalespersonCard
Microsoft.Dynamics.Commerce.Runtime.DataModel.CardType.Unknown
Microsoft.Dynamics.Commerce.Runtime.DataModel.CardType.LoyaltyCard
CSharp
C++
VB

CardType Enumeration

[!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)

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