PortOne Server SDK for JVM
Toggle table of contents
0.23.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
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
V1Serializer
Link copied to clipboard
object
V1Serializer
:
KSerializer
<
PortOneVersion.V1
>
V2
Link copied to clipboard
@
Serializable
(
with
=
PortOneVersion.V2Serializer::class
)
data
object
V2
:
PortOneVersion
V2Serializer
Link copied to clipboard
object
V2Serializer
:
KSerializer
<
PortOneVersion.V2
>
Properties
value
Link copied to clipboard
abstract
val
value
:
String