| 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
)
Public Sub RedeemPoints (
points As Double,
comment As String,
userId As Integer,
transactionDate As DateTime
)
Parameters
- points
- Type: SystemDouble
- comment
- Type: SystemString
- userId
- Type: SystemInt32
- transactionDate
- Type: SystemDateTime
See Also