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": 15,
        "close_at": "12:00"
    },
    "x_time": {
        "hours": 16,
        "minutes": 12
    }
}
This is a development version Do not use this version in production
1.10.0 development