new CustomerProvidedDataEvent()
Extends
Methods
(static) CustomerProvidedDataEvent#getConfig() → {remotepay.DataProviderConfig}
Get the field value
The configuration that identifies what this event data represents. This is used when interpreting the data.
Returns:
(static) CustomerProvidedDataEvent#getData() → {String}
Get the field value
The data that was collected. This is similar to a CLOB.
Returns:
- Type
- String
(static) CustomerProvidedDataEvent#getEventId() → {String}
Get the field value
An id that represents this collection event
Returns:
- Type
- String
(static) CustomerProvidedDataEvent#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 |
remotepay.DataProviderConfig |
(static) CustomerProvidedDataEvent#setData(data)
Set the field value
The data that was collected. This is similar to a CLOB.
Parameters:
Name | Type | Description |
---|---|---|
data |
String |
(static) CustomerProvidedDataEvent#setEventId(eventId)
Set the field value
An id that represents this collection event
Parameters:
Name | Type | Description |
---|---|---|
eventId |
String |