Initial commit

This is definitely not functional yet.

Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
2024-10-04 20:27:23 +02:00
commit f0b8df90b9
582 changed files with 43994 additions and 0 deletions

View 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)