Score
A score represents any form of credit score
Fields
score.id
- UUID!
non-null
A globally-unique identifier.
score.value
- Int!
non-null
The numerical value of the score.
score.model
- ScoreModel!
non-null
The model used to determine what the value of the credit score means.
score.reasons
- [ScoreReason!]!
non-null
Reasons behind why certain credit score was returned.
Updated 12 months ago