Share via


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.Retail.Pos.Contracts.DataEntity
Assembly:  Microsoft.Dynamics.Retail.Pos.Contracts (in Microsoft.Dynamics.Retail.Pos.Contracts.dll)

Syntax

'Declaration
Public Enumeration LoyaltyTransactionType
'Usage
Dim instance As LoyaltyTransactionType
public enum LoyaltyTransactionType
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.Retail.Pos.Contracts.DataEntity Namespace