LoyaltyRewardPointType 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 unit type of the loyalty reward point.

Namespace:  Microsoft.Dynamics.Retail.Pos.Contracts.DataEntity
Assembly:  Microsoft.Dynamics.Retail.Pos.Contracts (in Microsoft.Dynamics.Retail.Pos.Contracts.dll)

Syntax

'Declaration
Public Enumeration LoyaltyRewardPointType
'Usage
Dim instance As LoyaltyRewardPointType
public enum LoyaltyRewardPointType
public enum class LoyaltyRewardPointType

Members

Member name Description
None The default reward point type. Should not be used.
Quantity Quantity type measured by a numeric value.
Amount Amount type measured by a numeric value and a currency code.

Remarks

Maps to RetailLoyaltyRewardPointType base enum in AX.

See Also

Reference

Microsoft.Dynamics.Retail.Pos.Contracts.DataEntity Namespace