Class: LoyaltyPointsReceiptPrintedMessage

remotemessage.LoyaltyPointsReceiptPrintedMessage()

new LoyaltyPointsReceiptPrintedMessage()

Source:

Extends

Methods

(static) LoyaltyPointsReceiptPrintedMessage#getOrderId() → {String}

Get the field value The order with which the awarded are associated
Source:
Returns:
Type
String

(static) LoyaltyPointsReceiptPrintedMessage#getPoints() → {Number}

Get the field value The number of points calculated for the event
Source:
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
Source:

(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
Source: