AccountHoldersObject

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

Parameters

type

Giro

holder

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>)
Giro

Properties

holder
Link copied to clipboard
var holder: String
holder
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
Giro