UpdateOrderInput
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| driver_id | Long | ID of the driver to assign to the order. | [optional] [default to null] |
| payment_status | String | Payment status to update. | [optional] [default to null] |
| payment_gateway_method_id | Long | Payment gateway method ID to update (system payment options like Wallet, Cash, Stripe). | [optional] [default to null] |
| status | String | Order status to update. | [optional] [default to null] |
| reason | String | Reason for the status update. | [optional] [default to null] |