38 lines
421 B
Plaintext
38 lines
421 B
Plaintext
---
|
|
displayed_sidebar: entitiesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# OrderStatus
|
|
|
|
## Enumeration Members
|
|
|
|
### ARCHIVED
|
|
|
|
**ARCHIVED** = ``"archived"``
|
|
|
|
___
|
|
|
|
### CANCELED
|
|
|
|
**CANCELED** = ``"canceled"``
|
|
|
|
___
|
|
|
|
### COMPLETED
|
|
|
|
**COMPLETED** = ``"completed"``
|
|
|
|
___
|
|
|
|
### PENDING
|
|
|
|
**PENDING** = ``"pending"``
|
|
|
|
___
|
|
|
|
### REQUIRES\_ACTION
|
|
|
|
**REQUIRES\_ACTION** = ``"requires_action"``
|