Class: CustomerProvidedDataMessage

remotemessage.CustomerProvidedDataMessage()

new CustomerProvidedDataMessage()

Source:

Extends

Methods

(static) CustomerProvidedDataMessage#getConfig() → {loyalty.LoyaltyDataConfig}

Get the field value The configuration that identifies what this event data represents. This is used when interpreting the data.
Source:
Returns:
Type
loyalty.LoyaltyDataConfig

(static) CustomerProvidedDataMessage#getData() → {String}

Get the field value The data that was collected. This is similar to a CLOB.
Source:
Returns:
Type
String

(static) CustomerProvidedDataMessage#getEventId() → {String}

Get the field value An id that represents this collection event
Source:
Returns:
Type
String

(static) CustomerProvidedDataMessage#setConfig(config)

Set the field value The configuration that identifies what this event data represents. This is used when interpreting the data.
Parameters:
Name Type Description
config loyalty.LoyaltyDataConfig
Source:

(static) CustomerProvidedDataMessage#setData(data)

Set the field value The data that was collected. This is similar to a CLOB.
Parameters:
Name Type Description
data String
Source:

(static) CustomerProvidedDataMessage#setEventId(eventId)

Set the field value An id that represents this collection event
Parameters:
Name Type Description
eventId String
Source: