new RetrievePaymentResponse()
Extends
Methods
(static) RetrievePaymentResponse#getExternalPaymentId() → {String}
Get the field value
The externalPaymentId used when a payment was created
Returns:
- Type
- String
(static) RetrievePaymentResponse#getPayment() → {payments.Payment}
Get the field value
Payment information
Returns:
- Type
- payments.Payment
(static) RetrievePaymentResponse#getQueryStatus() → {remotepay.QueryStatus}
Get the field value
The status of the query
Returns:
(static) RetrievePaymentResponse#setExternalPaymentId(externalPaymentId)
Set the field value
The externalPaymentId used when a payment was created
Parameters:
Name | Type | Description |
---|---|---|
externalPaymentId |
String |
(static) RetrievePaymentResponse#setPayment(payment)
Set the field value
Payment information
Parameters:
Name | Type | Description |
---|---|---|
payment |
payments.Payment |
(static) RetrievePaymentResponse#setQueryStatus(queryStatus)
Set the field value
The status of the query
Parameters:
Name | Type | Description |
---|---|---|
queryStatus |
remotepay.QueryStatus |