# BalancePaymentDetails
### 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.
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)