Name | Type | Description | Notes |
---|---|---|---|
cancel_able | bool | The boolean value to indicate whether an order can be cancelled. | [optional] |
non_cancellation_reason | string | The reason for the order to be non-cancelable. | [optional] |
limit_type | \Grab\GrabfoodApiSdk\Model\CancelOrderLimitType | [optional] | |
limit_times | int | The remaining cancellation quota for the merchant. A value is only returned when the nearest remaining cancellation limit is approaching, else it returns 0. | [optional] |
cancel_reasons | \Grab\GrabfoodApiSdk\Model\CancelReason[] | An array of cancel order reasons JSON objects. | [optional] |