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.Retail.Pos.Contracts.DataEntity
Assembly:  Microsoft.Dynamics.Retail.Pos.Contracts (in Microsoft.Dynamics.Retail.Pos.Contracts.dll)

Syntax

'Declaration
Public Enumeration LoyaltyCardTenderType
'Usage
Dim instance As LoyaltyCardTenderType
public enum LoyaltyCardTenderType
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.Retail.Pos.Contracts.DataEntity Namespace