IdentityVerificationRequestedCustomer

@Serializable
data class IdentityVerificationRequestedCustomer(val id: String? = null, val name: String? = null, val phoneNumber: String? = null)

요청 시 고객 정보

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String? = null, phoneNumber: String? = null)

Properties

Link copied to clipboard
val id: String? = null

식별 아이디

Link copied to clipboard
val name: String? = null

이름

Link copied to clipboard
val phoneNumber: String? = null

전화번호