PopularTimeOfDayDto_V2
day_of_weekenumRequired
Possible enum values
unspecifiedmondaytuesdaywednesdaythursdayfridaysaturdaysunday
hourintegerRequired
payment_countintegerRequired
Example
{
"day_of_week": "unspecified",
"hour": 0,
"payment_count": 0
}