Xs2aCreditCheckResponse

data class Xs2aCreditCheckResponse(@Json(name = checkschecks: List<String>, @Json(name = check_dayscheckDays: Int, @Json(name = resultsresults: Xs2aCreditCheckResponseResults, @Json(name = objectobject: String, @Json(name = created_atcreatedAt: LocalDateTime)

Parameters

checks

Indicates which checks were performed

checkDays

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

results

object Object type, in this case a xs2a_credit_check

createdAt

Creation date of the object

Constructors

Xs2aCreditCheckResponse
Link copied to clipboard
fun Xs2aCreditCheckResponse(@Json(name = checkschecks: List<String>, @Json(name = check_dayscheckDays: Int, @Json(name = resultsresults: Xs2aCreditCheckResponseResults, @Json(name = objectobject: String, @Json(name = created_atcreatedAt: LocalDateTime)
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<String>
Indicates which checks were performed
createdAt
Link copied to clipboard
var createdAt: LocalDateTime
Creation date of the object
object
Link copied to clipboard
var object: String
results
Link copied to clipboard
var results: Xs2aCreditCheckResponseResults