new RetrievePendingPaymentsResponseMessage()
Extends
Methods
(static) RetrievePendingPaymentsResponseMessage#getPendingPaymentEntries() → {Array.<base.PendingPaymentEntry>}
Get the field value
The pending payments.
Returns:
An array of
- Type
- Array.<base.PendingPaymentEntry>
(static) RetrievePendingPaymentsResponseMessage#getReason() → {String}
Get the field value
May be populated when the operation fails.
Returns:
- Type
- String
(static) RetrievePendingPaymentsResponseMessage#getStatus() → {remotemessage.ResultStatus}
Get the field value
The status of the result
Returns:
(static) RetrievePendingPaymentsResponseMessage#setPendingPaymentEntries(pendingPaymentEntries)
Set the field value
The pending payments.
Parameters:
Name | Type | Description |
---|---|---|
pendingPaymentEntries |
Array.<base.PendingPaymentEntry> | An array of |
(static) RetrievePendingPaymentsResponseMessage#setReason(reason)
Set the field value
May be populated when the operation fails.
Parameters:
Name | Type | Description |
---|---|---|
reason |
String |
(static) RetrievePendingPaymentsResponseMessage#setStatus(status)
Set the field value
The status of the result
Parameters:
Name | Type | Description |
---|---|---|
status |
remotemessage.ResultStatus |