CardHolder

data class CardHolder(val identification: Identification? = null, val name: String? = null)

CardHolder class

Parameters

identification

Identification type of this card holder

name

: value of this identification

Constructors

Link copied to clipboard
constructor(identification: Identification? = null, name: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val name: String? = null