new PaymentResponse()
- Source:
Methods
(static) PaymentResponse#getClientData() → {Object.<String, String>}
Get the field value
Additional data sent back from the gateway
- Source:
Returns:
A map of to <>
- Type
- Object.<String, String>
(static) PaymentResponse#getPayment() → {payments.Payment|Null}
Get the field value
- Source:
Returns:
- Type
- payments.Payment | Null
(static) PaymentResponse#getRequestSuccessful() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) PaymentResponse#getResponseErrorMessage() → {String|Null}
Get the field value
- Source:
Returns:
- Type
- String | Null
(static) PaymentResponse#getSyncPaymentObject() → {Boolean}
Get the field value
- Source:
Returns:
- Type
- Boolean
(static) PaymentResponse#setClientData(clientData)
Set the field value
Additional data sent back from the gateway
Parameters:
Name | Type | Description |
---|---|---|
clientData |
Object.<String, String> | A map of |
- Source:
(static) PaymentResponse#setPayment(payment)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
payment |
payments.Payment | Null |
- Source:
(static) PaymentResponse#setRequestSuccessful(requestSuccessful)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
requestSuccessful |
Boolean |
- Source:
(static) PaymentResponse#setResponseErrorMessage(responseErrorMessage)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
responseErrorMessage |
String | Null |
- Source:
(static) PaymentResponse#setSyncPaymentObject(syncPaymentObject)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
syncPaymentObject |
Boolean |
- Source: