Share via


LoyaltyRewardType 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 type of the loyalty reward.

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

Syntax

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

Members

Member name Description
None The default reward type. Should not be used.
PaymentByAmount Redeem reward points for payment by amount.
PaymentByQuantity Redeem reward points for payment by quantity.

Remarks

Maps to RetailLoyaltyRewardType base enum in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace