Account
Overview
Accounts are objects that contain an ID and information specific to a given credit line.
Fields
account.id
-UUID!
non-null
Alphanumeric Id for an account.
account.accountNumber
- String
Number associated with the account.
account.type
- String
Type of credit for a specific account. These can be:
AUTO,
UNSECURED,
STUDENT,
REVOLVING,
MORTGAGE
account.creditor
- Creditor!
non-null
The creditor for a specific account ID. This
account.portfolioType
- String
The specifics for the
account.dateOpened
- Date!
account.dateClosed
- Date
Updated 6 months ago