다음을 통해 공유


LoyaltyTransactionType 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 source of the loyalty transaction.

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

Syntax

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

Members

Member name Description
None The default transaction type. Should not be used.
RetailTransaction Retail transaction.
SalesOrder Sales order.
LoyaltyAdjustment Loyalty adjustment.

Remarks

Maps to RetailLoyaltyTransactionType base enum in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace