Class: CustomerProvidedDataEvent

remotepay.CustomerProvidedDataEvent()

new CustomerProvidedDataEvent()

Source:

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.
Source:
Returns:
Type
remotepay.DataProviderConfig

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

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

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

Get the field value An id that represents this collection event
Source:
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
Source:

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

(static) CustomerProvidedDataEvent#setEventId(eventId)

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