Click or drag to resize

LoyaltyServiceGetUserTransactions Method

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Loyalty
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use GetUserTransactions(userId) instead")]
public IEnumerable<UserTransaction> GetUserTransactions()

Return Value

Type: IEnumerableUserTransaction
See Also