Xs2aSeizureCheckResponse

data class Xs2aSeizureCheckResponse(@Json(name = is_seizureisSeizure: Boolean, @Json(name = daysdays: Int?, @Json(name = created_atcreatedAt: OffsetDateTime)

Parameters

isSeizure

1 if the customers account is a seizure account, 0 if otherwise

days

The limit of turnover days for this check

createdAt

Creation date of the object

Constructors

Xs2aSeizureCheckResponse
Link copied to clipboard
fun Xs2aSeizureCheckResponse(@Json(name = is_seizureisSeizure: Boolean, @Json(name = daysdays: Int? = null, @Json(name = created_atcreatedAt: OffsetDateTime)
1 if the customers account is a seizure account, 0 if otherwise

Properties

createdAt
Link copied to clipboard
var createdAt: OffsetDateTime
Creation date of the object
days
Link copied to clipboard
var days: Int? = null
The limit of turnover days for this check
isSeizure
Link copied to clipboard
var isSeizure: Boolean
1 if the customers account is a seizure account, 0 if otherwise