munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.infrastructure.adapter.outbound.mongo.document
/
ValidityDocument
/
ValidityDocument
Validity
Document
constructor
(
type
:
String
,
start
:
String
?
,
end
:
String
?
,
startMonth
:
Int
?
,
startDay
:
Int
?
,
endMonth
:
Int
?
,
endDay
:
Int
?
,
days
:
List
<
Int
>
?
,
startHour
:
String
?
,
endHour
:
String
?
,
first
:
ValidityDocument
?
,
second
:
ValidityDocument
?
)