new LoyaltyPointsReceiptPrintedMessage()
Extends
Methods
(static) LoyaltyPointsReceiptPrintedMessage#getOrderId() → {String}
Get the field value
The order with which the awarded are associated
Returns:
- Type
- String
(static) LoyaltyPointsReceiptPrintedMessage#getPoints() → {Number}
Get the field value
The number of points calculated for the event
Returns:
must be a long integer
- Type
- Number
(static) LoyaltyPointsReceiptPrintedMessage#setOrderId(orderId)
Set the field value
The order with which the awarded are associated
Parameters:
Name | Type | Description |
---|---|---|
orderId |
String |
(static) LoyaltyPointsReceiptPrintedMessage#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 |