new CustomerProvidedDataMessage()
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.
Returns:
- Type
- loyalty.LoyaltyDataConfig
(static) CustomerProvidedDataMessage#getData() → {String}
Get the field value
The data that was collected. This is similar to a CLOB.
Returns:
- Type
- String
(static) CustomerProvidedDataMessage#getEventId() → {String}
Get the field value
An id that represents this collection event
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 |
(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 |
(static) CustomerProvidedDataMessage#setEventId(eventId)
Set the field value
An id that represents this collection event
Parameters:
Name | Type | Description |
---|---|---|
eventId |
String |