다음을 통해 공유


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.SharePoint.Web.Services.ViewModel
Assembly:  Microsoft.Dynamics.Retail.SP.Web.Services (in Microsoft.Dynamics.Retail.SP.Web.Services.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public Enumeration LoyaltyRewardPointEntryType
'Usage
Dim instance As LoyaltyRewardPointEntryType
[DataContractAttribute]
public enum LoyaltyRewardPointEntryType
[DataContractAttribute]
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.

Remarks

Maps to RetailLoyaltyRewardPointEntryType base enum in AX.

See Also

Reference

Microsoft.Dynamics.Retail.SharePoint.Web.Services.ViewModel Namespace