object
A score represents any form of credit score
There is a chance a bureau will not return a score and instead return a rejection with a reason. If this happens you'll see a score of 0.
Fields
scores.id
- UUID!
non-null
A globally-unique identifier.
scores.value
- Int!
non-null
The numerical value of the Score.
scores.model
- ScoreModel!
non-null
The model used to determine what the value of the Credit Score means.
scores.score_reasons
- [ScoreReason!]!
non-null
The reasons behind why a certain Credit Score was returned.