Initial commit
This is definitely not functional yet. Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
17
gocardless-bankaccount-data-api/docs/Account.md
Normal file
17
gocardless-bankaccount-data-api/docs/Account.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Account
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | The ID of this Account, used to refer to this account in other API calls. | [optional][readonly]
|
||||
**created** | Option<**String**> | The date & time at which the account object was created. | [optional][readonly]
|
||||
**last_accessed** | Option<**String**> | The date & time at which the account object was last accessed. | [optional][readonly]
|
||||
**iban** | Option<**String**> | The Account IBAN | [optional][readonly]
|
||||
**status** | Option<**String**> | The processing status of this account. | [optional][readonly]
|
||||
**institution_id** | Option<**String**> | The ASPSP associated with this account. | [optional][readonly]
|
||||
**owner_name** | Option<**String**> | The name of the account owner. | [optional][readonly]
|
||||
|
||||
[[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