Click or drag to resize

LoyaltyServiceRedeemPoints Method (Double, String, Int32, DateTime)

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
)

Parameters

points
Type: SystemDouble
comment
Type: SystemString
userId
Type: SystemInt32
transactionDate
Type: SystemDateTime
See Also