object
Accounts are objects that contain an ID and information specific to a given credit line.
Fields
accounts.id
- UUID!
non-null
\
A globally-unique identifier.
accounts.account_number
- String
\
An external-facing identifier used in the credit report.
accounts.type
- AccountType
\
The type of the account.
accounts.creditor
- Creditor!
non-null
\
The creditor of the account.
accounts.type_description
- AccountTypeDescription
The type of the account's portfolio.
accounts.date_opened
- Date!
\
The date the account was opened.
accounts.date_closed
- Date
\
The date the account was closed.