CardInfoPersonalInfo
data class CardInfoPersonalInfo(val commonName: String, val address: String, val dateOfBirth: String, val gender: CardInfoPersonalInfo.Gender)
券面事項入力補助APに格納される基本4情報(氏名、住所、生年月日、性別)を設定するクラス
Constructors
Link copied to clipboard
constructor(commonName: String, address: String, dateOfBirth: String, gender: CardInfoPersonalInfo.Gender)