CreditCardsObject

data class CreditCardsObject(@Json(name = holderholder: String, @Json(name = ibaniban: String, @Json(name = bicbic: String?, @Json(name = country_idcountryId: CountryId?, @Json(name = bank_namebankName: String, @Json(name = descriptiondescription: String)

Parameters

holder

name of the account holder

iban

credit card number, shaded

bic
countryId
bankName

name of the bank

description

type of the credit card

Constructors

CreditCardsObject
Link copied to clipboard
fun CreditCardsObject(@Json(name = holderholder: String, @Json(name = ibaniban: String, @Json(name = bicbic: String? = null, @Json(name = country_idcountryId: CountryId? = null, @Json(name = bank_namebankName: String, @Json(name = descriptiondescription: String)
name of the account holder

Properties

bankName
Link copied to clipboard
var bankName: String
name of the bank
bic
Link copied to clipboard
var bic: String? = null
countryId
Link copied to clipboard
var countryId: CountryId? = null
description
Link copied to clipboard
var description: String
type of the credit card
holder
Link copied to clipboard
var holder: String
name of the account holder
iban
Link copied to clipboard
var iban: String
credit card number, shaded