PortOne Server SDK for JVM
Toggle table of contents
0.12.0
jvm
Platform filter
jvm
Switch theme
Search in API
PortOne Server SDK for JVM
PortOne Server SDK for JVM
/
io.portone.sdk.server.common
/
PortOneVersion
Port
One
Version
@
Serializable
(
with
=
PortOneVersionSerializer::class
)
sealed
interface
PortOneVersion
포트원 버전
Inheritors
V1
V2
Unrecognized
Members
Types
Unrecognized
Link copied to clipboard
data
class
Unrecognized
:
PortOneVersion
현재 SDK 버전에서 알 수 없는 응답을 나타냅니다.
V1
Link copied to clipboard
@
Serializable
(
with
=
PortOneVersion.V1Serializer::class
)
data
object
V1
:
PortOneVersion
V2
Link copied to clipboard
@
Serializable
(
with
=
PortOneVersion.V2Serializer::class
)
data
object
V2
:
PortOneVersion
Properties
value
Link copied to clipboard
abstract
val
value
:
String