Initial commit
This is definitely not functional yet. Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
16
gocardless-bankaccount-data-api/docs/BalanceSchema.md
Normal file
16
gocardless-bankaccount-data-api/docs/BalanceSchema.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user