generate references (#7882)
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
import { TypeList } from "docs-ui"
|
||||
|
||||
# OrderChangeStatus
|
||||
|
||||
The order change's status.
|
||||
|
||||
## Enumeration Members
|
||||
|
||||
### CONFIRMED
|
||||
|
||||
**CONFIRMED** = `"confirmed"`
|
||||
|
||||
The order change is confirmed.
|
||||
|
||||
### DECLINED
|
||||
|
||||
**DECLINED** = `"declined"`
|
||||
|
||||
The order change is declined.
|
||||
|
||||
### REQUESTED
|
||||
|
||||
**REQUESTED** = `"requested"`
|
||||
|
||||
The order change is requested.
|
||||
|
||||
### PENDING
|
||||
|
||||
**PENDING** = `"pending"`
|
||||
|
||||
The order change is pending.
|
||||
|
||||
### CANCELED
|
||||
|
||||
**CANCELED** = `"canceled"`
|
||||
|
||||
The order change is canceled.
|
||||
Reference in New Issue
Block a user