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
/
IdentityVerificationFailure
Identity
Verification
Failure
@
Serializable
data
class
IdentityVerificationFailure
(
val
reason
:
String
?
=
null
,
val
pgCode
:
String
?
=
null
,
val
pgMessage
:
String
?
=
null
)
본인인증 실패 정보
Members
Constructors
Identity
Verification
Failure
Link copied to clipboard
constructor
(
reason
:
String
?
=
null
,
pgCode
:
String
?
=
null
,
pgMessage
:
String
?
=
null
)
Properties
pg
Code
Link copied to clipboard
val
pgCode
:
String
?
=
null
PG사 실패 코드
pg
Message
Link copied to clipboard
val
pgMessage
:
String
?
=
null
PG사 실패 메시지
reason
Link copied to clipboard
val
reason
:
String
?
=
null
실패 사유