Xs2aCreditCheckResponse

data class Xs2aCreditCheckResponse(@Json(name = checkschecks: List<Tag>, @Json(name = check_dayscheckDays: Int, @Json(name = resultsresults: Map<Tag, Xs2aCreditCheckResponseResult>, @Json(name = created_atcreatedAt: OffsetDateTime)

Parameters

checks

Indicates which checks were performed

checkDays

Range in days that were used to calculated and gather the desired information

results
createdAt

Creation date of the object

Constructors

Xs2aCreditCheckResponse
Link copied to clipboard
fun Xs2aCreditCheckResponse(@Json(name = checkschecks: List<Tag>, @Json(name = check_dayscheckDays: Int, @Json(name = resultsresults: Map<Tag, Xs2aCreditCheckResponseResult>, @Json(name = created_atcreatedAt: OffsetDateTime)
Indicates which checks were performed

Properties

checkDays
Link copied to clipboard
var checkDays: Int
Range in days that were used to calculated and gather the desired information
checks
Link copied to clipboard
var checks: List<Tag>
Indicates which checks were performed
createdAt
Link copied to clipboard
var createdAt: OffsetDateTime
Creation date of the object
results
Link copied to clipboard
var results: Map<Tag, Xs2aCreditCheckResponseResult>