| LoyaltyServiceRewardPoints Method (Double, String, Int32) |
Namespace:
Dynamicweb.Ecommerce.Loyalty
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void RewardPoints(
double points,
string comment,
int userId
)
Public Sub RewardPoints (
points As Double,
comment As String,
userId As Integer
)
Parameters
- points
- Type: SystemDouble
- comment
- Type: SystemString
- userId
- Type: SystemInt32
See Also