banks2ff/gocardless-bankaccount-data-api/docs/Account.md
Jacob Kiers f0b8df90b9 Initial commit
This is definitely not functional yet.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-10-04 20:31:39 +02:00

1.0 KiB

Account

Properties

Name Type Description Notes
id Option<uuid::Uuid> 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] [Back to API list] [Back to README]