Enumeration: SwapFulfillmentStatus
internal.SwapFulfillmentStatus
Enumeration Members
CANCELED
• CANCELED = "canceled"
Defined in
medusa/dist/models/swap.d.ts:15
FULFILLED
• FULFILLED = "fulfilled"
Defined in
medusa/dist/models/swap.d.ts:12
NOT_FULFILLED
• NOT_FULFILLED = "not_fulfilled"
Defined in
medusa/dist/models/swap.d.ts:11
PARTIALLY_SHIPPED
• PARTIALLY_SHIPPED = "partially_shipped"
Defined in
medusa/dist/models/swap.d.ts:14
REQUIRES_ACTION
• REQUIRES_ACTION = "requires_action"
Defined in
medusa/dist/models/swap.d.ts:16
SHIPPED
• SHIPPED = "shipped"
Defined in
medusa/dist/models/swap.d.ts:13
Was this page helpful?