Class: RetrievePaymentResponseMessage

remotemessage.RetrievePaymentResponseMessage()

new RetrievePaymentResponseMessage()

Source:

Extends

Methods

(static) RetrievePaymentResponseMessage#getExternalPaymentId() → {String}

Get the field value The externalPaymentId used when a payment was created
Source:
Returns:
Type
String

(static) RetrievePaymentResponseMessage#getMessage() → {String}

Get the field value
Source:
Returns:
Type
String

(static) RetrievePaymentResponseMessage#getPayment() → {payments.Payment}

Get the field value Payment information
Source:
Returns:
Type
payments.Payment

(static) RetrievePaymentResponseMessage#getQueryStatus() → {remotemessage.QueryStatus}

Get the field value The status of the query
Source:
Returns:
Type
remotemessage.QueryStatus

(static) RetrievePaymentResponseMessage#getReason() → {String}

Get the field value May be populated when the operation fails.
Source:
Returns:
Type
String

(static) RetrievePaymentResponseMessage#getStatus() → {remotemessage.ResultStatus}

Get the field value The status of the request.
Source:
Returns:
Type
remotemessage.ResultStatus

(static) RetrievePaymentResponseMessage#setExternalPaymentId(externalPaymentId)

Set the field value The externalPaymentId used when a payment was created
Parameters:
Name Type Description
externalPaymentId String
Source:

(static) RetrievePaymentResponseMessage#setMessage(message)

Set the field value
Parameters:
Name Type Description
message String
Source:

(static) RetrievePaymentResponseMessage#setPayment(payment)

Set the field value Payment information
Parameters:
Name Type Description
payment payments.Payment
Source:

(static) RetrievePaymentResponseMessage#setQueryStatus(queryStatus)

Set the field value The status of the query
Parameters:
Name Type Description
queryStatus remotemessage.QueryStatus
Source:

(static) RetrievePaymentResponseMessage#setReason(reason)

Set the field value May be populated when the operation fails.
Parameters:
Name Type Description
reason String
Source:

(static) RetrievePaymentResponseMessage#setStatus(status)

Set the field value The status of the request.
Parameters:
Name Type Description
status remotemessage.ResultStatus
Source: