LoyaltyActivityType 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 type of the loyalty program related activity.

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

Syntax

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

Members

Member name Description
None The default activity type. Should not be used.
PurchaseProductByAmount Product purchase measured by purchase amount.
PurchaseProductByQuantity Product purchase measured by purchase quantity.
SalesTransactionCount Product purchase measured by transaction count.

Remarks

Maps to RetailLoyaltyActivityType base enum in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace