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