PickupLinkSettingsOutput
| Field | Type | Required | Description |
|---|---|---|---|
status |
string |
one of: active, inactive |
|
timeType |
string |
one of: cron, time |
|
timeValue |
string |
||
cronPattern |
string |
||
pickupLinkTemplate |
string |
||
mobilePickupLinkTemplate |
string |
||
pickupSLA |
string |
one of: same day, next day |
Example
Section titled “Example”{ "status": "active", "timeType": "cron", "timeValue": "string", "cronPattern": "string", "pickupLinkTemplate": "string", "mobilePickupLinkTemplate": "string", "pickupSLA": "same day"}
