banks2ff/gocardless-bankaccount-data-api/docs/EndUserAgreement.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.2 KiB

EndUserAgreement

Properties

Name Type Description Notes
id Option<uuid::Uuid> The ID of this End User Agreement, used to refer to this end user agreement in other API calls. [optional][readonly]
created Option<String> The date & time at which the end user agreement was created. [optional][readonly]
institution_id String an Institution ID for this EUA
max_historical_days Option<i32> Maximum number of days of transaction data to retrieve. [optional][default to 90]
access_valid_for_days Option<i32> Number of days from acceptance that the access can be used. [optional][default to 90]
access_scope Option<Vec<serde_json::Value>> Array containing one or several values of ['balances', 'details', 'transactions'] [optional][default to ["balances","details","transactions"]]
accepted Option<String> The date & time at which the end user accepted the agreement. [optional][readonly]

[Back to Model list] [Back to API list] [Back to README]