BlacklistObject

data class BlacklistObject(@Json(name = idid: String, @Json(name = typetype: String, @Json(name = datadata: String)

Parameters

id

Blacklist item id

type

Type of the entry, e.g. iban

data

IBAN

Constructors

BlacklistObject
Link copied to clipboard
fun BlacklistObject(@Json(name = idid: String, @Json(name = typetype: String, @Json(name = datadata: String)
Blacklist item id

Properties

data
Link copied to clipboard
var data: String
IBAN
id
Link copied to clipboard
var id: String
Blacklist item id
type
Link copied to clipboard
var type: String
Type of the entry, e.g.