Class: LoyaltyPointsEarnedMessage

remotemessage.LoyaltyPointsEarnedMessage()

new LoyaltyPointsEarnedMessage()

Source:

Extends

Methods

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

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

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

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

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

Get the field value The number of points calculated for the event
Source:
Returns:
must be a long integer
Type
Number

(static) LoyaltyPointsEarnedMessage#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) LoyaltyPointsEarnedMessage#setOrderId(orderId)

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

(static) LoyaltyPointsEarnedMessage#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: