Xs2aCreditCheck

data class Xs2aCreditCheck(@Json(name = checkschecks: List<Tag>, @Json(name = categoriescategories: List<Category>?, @Json(name = with_subcategorywithSubcategory: Boolean?)

The XS2A.credit_check gathers various information about a customer. The check was designed for example to be used in a loan application process without the need to resort to some other medium.

Parameters

checks
categories
withSubcategory

Constructors

Xs2aCreditCheck
Link copied to clipboard
fun Xs2aCreditCheck(@Json(name = checkschecks: List<Tag>, @Json(name = categoriescategories: List<Category>? = null, @Json(name = with_subcategorywithSubcategory: Boolean? = null)

Properties

categories
Link copied to clipboard
var categories: List<Category>? = null
checks
Link copied to clipboard
var checks: List<Tag>
withSubcategory
Link copied to clipboard
var withSubcategory: Boolean? = null