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
/
DateTimeRange
Date
Time
Range
@
Serializable
data
class
DateTimeRange
(
val
from
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
,
val
until
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
)
시간 범위
Members
Constructors
Date
Time
Range
Link copied to clipboard
constructor
(
from
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
,
until
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
)
Properties
from
Link copied to clipboard
val
from
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant
until
Link copied to clipboard
val
until
:
@
Serializable
(
with
=
InstantSerializer::class
)
Instant