munchies
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
munchies
restaurant-shared
/
com.munchies.restaurant.infrastructure.adapter.dto
/
YearlyValidity
Yearly
Validity
@
Serializable
class
YearlyValidity
(
val
startMonth
:
Int
,
val
startDay
:
Int
,
val
endMonth
:
Int
,
val
endDay
:
Int
)
:
ValidityDto
Members
Constructors
Yearly
Validity
Link copied to clipboard
constructor
(
startMonth
:
Int
,
startDay
:
Int
,
endMonth
:
Int
,
endDay
:
Int
)
Properties
end
Day
Link copied to clipboard
val
endDay
:
Int
end
Month
Link copied to clipboard
val
endMonth
:
Int
start
Day
Link copied to clipboard
val
startDay
:
Int
start
Month
Link copied to clipboard
val
startMonth
:
Int
type
Link copied to clipboard
open
override
val
type
:
String