Dictionary

A dictionary with fields

Field Type Description
hours Int How many hours upfront people need to order
minutes Int How many minutes in addition to the hours

Examples

Example 1

{
    "hours": 12,
    "minutes": 11
}
1.9.0 stable