38 lines
405 B
Plaintext
38 lines
405 B
Plaintext
---
|
|
displayed_sidebar: entitiesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# OrderEditStatus
|
|
|
|
## Enumeration Members
|
|
|
|
### CANCELED
|
|
|
|
**CANCELED** = ``"canceled"``
|
|
|
|
___
|
|
|
|
### CONFIRMED
|
|
|
|
**CONFIRMED** = ``"confirmed"``
|
|
|
|
___
|
|
|
|
### CREATED
|
|
|
|
**CREATED** = ``"created"``
|
|
|
|
___
|
|
|
|
### DECLINED
|
|
|
|
**DECLINED** = ``"declined"``
|
|
|
|
___
|
|
|
|
### REQUESTED
|
|
|
|
**REQUESTED** = ``"requested"``
|