banks2ff/gocardless-bankaccount-data-api/docs/BalanceSchema.md

17 lines
759 B
Markdown
Raw Permalink Normal View History

# BalanceSchema
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**balance_amount** | [**models::BalanceAmountSchema**](BalanceAmountSchema.md) | balanceAmount |
**balance_type** | **String** | balanceType |
**credit_limit_included** | Option<**bool**> | creditLimitIncluded | [optional]
**last_change_date_time** | Option<**String**> | lastChangeDateTime | [optional]
**reference_date** | Option<**String**> | referenceDate | [optional]
**last_committed_transaction** | Option<**String**> | lastCommittedTransaction | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)