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 |
{
"method": "x_days",
"x_days": {
"days": 10,
"close_at": "12:00"
},
"x_time": {
"hours": 13,
"minutes": 19
}
}