Class: LoyaltyPointsCalculatedMessage

remotemessage.LoyaltyPointsCalculatedMessage()

new LoyaltyPointsCalculatedMessage()

Source:

Extends

Methods

(static) LoyaltyPointsCalculatedMessage#getLoyaltyUuid() → {String}

Get the field value The id for the loyalty entity (likely a customer id of some type)
Source:
Returns:
Type
String

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

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

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

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

(static) LoyaltyPointsCalculatedMessage#setOrderId(orderId)

Set the field value The order with which the awarded are associated
Parameters:
Name Type Description
orderId String
Source:

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