IdentityVerificationVerifiedCustomer

@Serializable
data class IdentityVerificationVerifiedCustomer(val name: String, val birthDate: String, val id: String? = null, val operator: IdentityVerificationOperator? = null, val phoneNumber: String? = null, val gender: Gender? = null, val isForeigner: Boolean? = null, val ci: String? = null, val di: String? = null)

인증된 고객 정보

Constructors

Link copied to clipboard
constructor(name: String, birthDate: String, id: String? = null, operator: IdentityVerificationOperator? = null, phoneNumber: String? = null, gender: Gender? = null, isForeigner: Boolean? = null, ci: String? = null, di: String? = null)

Properties

Link copied to clipboard

생년월일 (yyyy-MM-dd)

Link copied to clipboard
val ci: String? = null

CI (개인 고유 식별키)

Link copied to clipboard
val di: String? = null

DI (사이트별 개인 고유 식별키)

Link copied to clipboard
val gender: Gender? = null

성별

Link copied to clipboard
val id: String? = null

식별 아이디

Link copied to clipboard
val isForeigner: Boolean? = null

외국인 여부

Link copied to clipboard

이름

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

전화번호