Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.51 KB

File metadata and controls

43 lines (34 loc) · 1.51 KB

StuartSettings

Properties

Name Type Description Notes
clientId String Client Id [optional]
clientSecret String Client Secret [optional]
enabled Boolean Enabled [optional]
webhookUrlBasicAuthentication String Webhook url to settle in the Stuart portal [optional]
overrideWebhookUrl Boolean Override Flipdish Webhook Url [optional]
minutesToPickupBeforeThanDeliveryTime Integer MinutesToPickupBeforeThanDeliveryTime [optional]
packageType PackageTypeEnum Package type [optional]
transportType TransportTypeEnum Transport type [optional]
cancelOrderIfStuartCancelDelivery Boolean Determines if Flipdish order should be cancel when Stuart cancels delivery [optional]
transportPrices StuartSettingsTransportPrices [optional]

Enum: PackageTypeEnum

Name Value
XSMALL "Xsmall"
SMALL "Small"
MEDIUM "Medium"
LARGE "Large"
XLARGE "Xlarge"

Enum: TransportTypeEnum

Name Value
BIKE "Bike"
CARGOBIKE "Cargobike"
CARGOBIKEXL "Cargobikexl"
MOTORBIKE "Motorbike"
MOTORBIKEXL "Motorbikexl"
CAR "Car"
VAN "Van"