Class: RetrievePendingPaymentsResponseMessage

remotemessage.RetrievePendingPaymentsResponseMessage()

new RetrievePendingPaymentsResponseMessage()

Source:

Extends

Methods

(static) RetrievePendingPaymentsResponseMessage#getPendingPaymentEntries() → {Array.<base.PendingPaymentEntry>}

Get the field value The pending payments.
Source:
Returns:
An array of
Type
Array.<base.PendingPaymentEntry>

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

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

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

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

(static) RetrievePendingPaymentsResponseMessage#setPendingPaymentEntries(pendingPaymentEntries)

Set the field value The pending payments.
Parameters:
Name Type Description
pendingPaymentEntries Array.<base.PendingPaymentEntry> An array of
Source:

(static) RetrievePendingPaymentsResponseMessage#setReason(reason)

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

(static) RetrievePendingPaymentsResponseMessage#setStatus(status)

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