* added reference for JS Client * added reference for JS Client * added reference for JS Client
58 lines
753 B
Markdown
58 lines
753 B
Markdown
---
|
|
displayed_sidebar: jsClientSidebar
|
|
---
|
|
|
|
# Enumeration: SwapFulfillmentStatus
|
|
|
|
[internal](../modules/internal.md).SwapFulfillmentStatus
|
|
|
|
## Enumeration members
|
|
|
|
### CANCELED
|
|
|
|
• **CANCELED** = `"canceled"`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/models/swap.d.ts:14
|
|
|
|
___
|
|
|
|
### FULFILLED
|
|
|
|
• **FULFILLED** = `"fulfilled"`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/models/swap.d.ts:12
|
|
|
|
___
|
|
|
|
### NOT\_FULFILLED
|
|
|
|
• **NOT\_FULFILLED** = `"not_fulfilled"`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/models/swap.d.ts:11
|
|
|
|
___
|
|
|
|
### REQUIRES\_ACTION
|
|
|
|
• **REQUIRES\_ACTION** = `"requires_action"`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/models/swap.d.ts:15
|
|
|
|
___
|
|
|
|
### SHIPPED
|
|
|
|
• **SHIPPED** = `"shipped"`
|
|
|
|
#### Defined in
|
|
|
|
packages/medusa/dist/models/swap.d.ts:13
|