Click or drag to resize

LoyaltyServiceRedeemPoints Method (Double, String, Int32, DateTime, TransactionObjectType, String)

Namespace:  Dynamicweb.Ecommerce.Loyalty
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void RedeemPoints(
	double points,
	string comment,
	int userId,
	DateTime transactionDate,
	TransactionObjectType transactionType,
	string transactionElement
)

Parameters

points
Type: SystemDouble
comment
Type: SystemString
userId
Type: SystemInt32
transactionDate
Type: SystemDateTime
transactionType
Type: Dynamicweb.Ecommerce.LoyaltyTransactionObjectType
transactionElement
Type: SystemString
See Also