# 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 &#x60;COMPLETED&#x60; or &#x60;FAILED&#x60;. | [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)

