new RetrievePaymentResponseMessage()
Extends
Methods
(static) RetrievePaymentResponseMessage#getExternalPaymentId() → {String}
Get the field value
The externalPaymentId used when a payment was created
Returns:
- Type
- String
(static) RetrievePaymentResponseMessage#getMessage() → {String}
Get the field value
Returns:
- Type
- String
(static) RetrievePaymentResponseMessage#getPayment() → {payments.Payment}
Get the field value
Payment information
Returns:
- Type
- payments.Payment
(static) RetrievePaymentResponseMessage#getQueryStatus() → {remotemessage.QueryStatus}
Get the field value
The status of the query
Returns:
(static) RetrievePaymentResponseMessage#getReason() → {String}
Get the field value
May be populated when the operation fails.
Returns:
- Type
- String
(static) RetrievePaymentResponseMessage#getStatus() → {remotemessage.ResultStatus}
Get the field value
The status of the request.
Returns:
(static) RetrievePaymentResponseMessage#setExternalPaymentId(externalPaymentId)
Set the field value
The externalPaymentId used when a payment was created
Parameters:
Name | Type | Description |
---|---|---|
externalPaymentId |
String |
(static) RetrievePaymentResponseMessage#setMessage(message)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
message |
String |
(static) RetrievePaymentResponseMessage#setPayment(payment)
Set the field value
Payment information
Parameters:
Name | Type | Description |
---|---|---|
payment |
payments.Payment |
(static) RetrievePaymentResponseMessage#setQueryStatus(queryStatus)
Set the field value
The status of the query
Parameters:
Name | Type | Description |
---|---|---|
queryStatus |
remotemessage.QueryStatus |
(static) RetrievePaymentResponseMessage#setReason(reason)
Set the field value
May be populated when the operation fails.
Parameters:
Name | Type | Description |
---|---|---|
reason |
String |
(static) RetrievePaymentResponseMessage#setStatus(status)
Set the field value
The status of the request.
Parameters:
Name | Type | Description |
---|---|---|
status |
remotemessage.ResultStatus |