AccountHoldersObject

data class AccountHoldersObject(@Json(name = typetype: String, @Json(name = holderholder: String, @Json(name = ibaniban: String, @Json(name = matchesmatches: List<MatchesObject>)

Parameters

type
holder
iban
matches

Constructors

AccountHoldersObject
Link copied to clipboard
fun AccountHoldersObject(@Json(name = typetype: String, @Json(name = holderholder: String, @Json(name = ibaniban: String, @Json(name = matchesmatches: List<MatchesObject>)

Properties

holder
Link copied to clipboard
var holder: String
iban
Link copied to clipboard
var iban: String
matches
Link copied to clipboard
var matches: List<MatchesObject>
type
Link copied to clipboard
var type: String