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