PortOne Server SDK for JVM
Toggle table of contents
0.21.0
jvm
Platform filter
jvm
Switch theme
Search in API
PortOne Server SDK for JVM
PortOne Server SDK for JVM
/
io.portone.sdk.server.b2b.taxinvoice
/
DateRangeOption
Date
Range
Option
@
Serializable
data
class
DateRangeOption
(
val
from
:
String
?
=
null
,
val
until
:
String
?
=
null
)
Members
Constructors
Date
Range
Option
Link copied to clipboard
constructor
(
from
:
String
?
=
null
,
until
:
String
?
=
null
)
Properties
from
Link copied to clipboard
val
from
:
String
?
=
null
날짜를 나타내는 문자열로,
yyyy-MM-dd
형식을 따릅니다. (yyyy-MM-dd)
until
Link copied to clipboard
val
until
:
String
?
=
null
날짜를 나타내는 문자열로,
yyyy-MM-dd
형식을 따릅니다. (yyyy-MM-dd)