BalancePaymentDetails
August 15, 2019 · View on GitHub
Description
Reflects the current status of a balance payment.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| account_id | getAccountId() | setAccountId($value) | string | ID for the account used to fund the payment. | [optional] |
| status | getStatus() | setStatus($value) | string | The balance payment’s current state. Can be `COMPLETED` or `FAILED`. | [optional] |
Note: All properties are protected and only accessed via getters and setters.