new LoyaltyPointsCalculatedMessage()
Extends
Methods
(static) LoyaltyPointsCalculatedMessage#getLoyaltyUuid() → {String}
Get the field value
The id for the loyalty entity (likely a customer id of some type)
Returns:
- Type
- String
(static) LoyaltyPointsCalculatedMessage#getOrderId() → {String}
Get the field value
The order with which the awarded are associated
Returns:
- Type
- String
(static) LoyaltyPointsCalculatedMessage#getPoints() → {Number}
Get the field value
The number of points calculated for the event
Returns:
must be a long integer
- Type
- Number
(static) LoyaltyPointsCalculatedMessage#setLoyaltyUuid(loyaltyUuid)
Set the field value
The id for the loyalty entity (likely a customer id of some type)
Parameters:
Name | Type | Description |
---|---|---|
loyaltyUuid |
String |
(static) LoyaltyPointsCalculatedMessage#setOrderId(orderId)
Set the field value
The order with which the awarded are associated
Parameters:
Name | Type | Description |
---|---|---|
orderId |
String |
(static) LoyaltyPointsCalculatedMessage#setPoints(points)
Set the field value
The number of points calculated for the event
Parameters:
Name | Type | Description |
---|---|---|
points |
Number | must be a long integer |