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.platform
/
MonthDay
Month
Day
@
Serializable
data
class
MonthDay
(
val
month
:
Int
,
val
day
:
Int
)
월 및 일자 정보
Members
Constructors
Month
Day
Link copied to clipboard
constructor
(
month
:
Int
,
day
:
Int
)
Properties
day
Link copied to clipboard
val
day
:
Int
month
Link copied to clipboard
val
month
:
Int