ShopStatus

Field Type Description
open OpenStatus
takeout String? Nullable. A String value
delivery String? Nullable. A String value
latch String? Nullable. A String value

Examples

Example 1

{
    "open": {
        "status": "closes-soon",
        "text": "..."
    },
    "takeout": "...",
    "delivery": "...",
    "latch": "..."
}
1.9.0 stable