OrderStatusFlags
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| is_completed | Boolean | Whether order is completed | [default to null] |
| is_ongoing | Boolean | Whether order is ongoing | [default to null] |
| is_scheduled | Boolean | Whether order is scheduled for future | [default to null] |
| is_payment_pending | Boolean | Whether payment is pending | [default to null] |
| is_unpaid | Boolean | Whether order is unpaid | [default to null] |