Upfront

Upfront settings

Field Type Description
method String String enumarion of 'x_days', 'x_time'
x_days Dictionary A dictionary with fields
x_time Dictionary A dictionary with fields

Examples

Example 1

{
    "method": "x_days",
    "x_days": {
        "days": 10,
        "close_at": "12:00"
    },
    "x_time": {
        "hours": 13,
        "minutes": 19
    }
}
1.9.0 stable