LoyaltyRewardPointEntryType 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 entry type of the loyalty reward point line.

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

Syntax

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

Members

Member name Description
None The default entry type. Should not be used.
Earn Earn reward points.
Redeem Redeem reward points.
ReturnEarned Return earned reward points.
Adjust Adjust reward points.
Refund Refund reward points.

Remarks

Maps to RetailLoyaltyRewardPointEntryType base enum in AX.

See Also

Reference

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