Share via


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

Describes the tender type of the loyalty card.

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

Syntax

'Declaration
<DataContractAttribute> _
Public Enumeration LoyaltyCardTenderType
'Usage
Dim instance As LoyaltyCardTenderType
[DataContractAttribute]
public enum LoyaltyCardTenderType
[DataContractAttribute]
public enum class LoyaltyCardTenderType

Members

Member name Description
AsCardTender The defult value indicating the card can only redeem reward points that are earned on itself.
AsContactTender The card can redeem reward points that are earned on any cards of the same customer.
NoTender The card can only earn reward points but not redeem.
Blocked The card is blocked.

Remarks

Maps to RetailLoyaltyTenderTypeBase base enum in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace