Skip to content

Latest commit

 

History

History
35 lines (16 loc) · 777 Bytes

Reject.md

File metadata and controls

35 lines (16 loc) · 777 Bytes

Flipdish.Reject

Properties

Name Type Description Notes
RejectReason String Reject reason.
DoNotNotifyCustomer Boolean Notify customer. The server will not send and SMS to the customer if the value is true. [optional]

Enum: RejectReasonEnum

  • TooBusy (value: "TooBusy")

  • FoodUnavailable (value: "FoodUnavailable")

  • UnableToDeliver (value: "UnableToDeliver")

  • UnknownAddress (value: "UnknownAddress")

  • UnknownReason (value: "UnknownReason")

  • TooSoon (value: "TooSoon")

  • TimeUnavailable (value: "TimeUnavailable")

  • DontDeliverToArea (value: "DontDeliverToArea")

  • StoreUncontactable (value: "StoreUncontactable")