Class: CreditResponse

payments.CreditResponse()

new CreditResponse()

Source:

Methods

(static) CreditResponse#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) CreditResponse#getCredit() → {payments.Credit|Null}

Get the field value
Source:
Returns:
Type
payments.Credit | Null

(static) CreditResponse#getRequestSuccessful() → {Boolean}

Get the field value
Source:
Returns:
Type
Boolean

(static) CreditResponse#getResponseErrorMessage() → {String|Null}

Get the field value
Source:
Returns:
Type
String | Null

(static) CreditResponse#setClientData(clientData)

Set the field value Additional data sent back from the gateway
Parameters:
Name Type Description
clientData Object.<String, String> A map of to <>
Source:

(static) CreditResponse#setCredit(credit)

Set the field value
Parameters:
Name Type Description
credit payments.Credit | Null
Source:

(static) CreditResponse#setRequestSuccessful(requestSuccessful)

Set the field value
Parameters:
Name Type Description
requestSuccessful Boolean
Source:

(static) CreditResponse#setResponseErrorMessage(responseErrorMessage)

Set the field value
Parameters:
Name Type Description
responseErrorMessage String | Null
Source: