toggle menu
PortOne Server SDK for JVM
0.8.1
jvm
switch theme
search in API
PortOne Server SDK for JVM
/
io.portone.sdk.server.identityverification
/
IdentityVerificationVerifiedCustomer
Identity
Verification
Verified
Customer
@
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
)
인증된 고객 정보
Members
Constructors
Identity
Verification
Verified
Customer
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
birth
Date
Link copied to clipboard
val
birthDate
:
String
생년월일 (yyyy-MM-dd)
ci
Link copied to clipboard
val
ci
:
String
?
=
null
CI (개인 고유 식별키)
di
Link copied to clipboard
val
di
:
String
?
=
null
DI (사이트별 개인 고유 식별키)
gender
Link copied to clipboard
val
gender
:
Gender
?
=
null
성별
id
Link copied to clipboard
val
id
:
String
?
=
null
식별 아이디
is
Foreigner
Link copied to clipboard
val
isForeigner
:
Boolean
?
=
null
외국인 여부
name
Link copied to clipboard
val
name
:
String
이름
operator
Link copied to clipboard
val
operator
:
IdentityVerificationOperator
?
=
null
통신사
phone
Number
Link copied to clipboard
val
phoneNumber
:
String
?
=
null
전화번호