Files
medusa-store/www/apps/docs/content/references/entities/enums/SwapPaymentStatus.mdx
T
Shahed Nasser 1a10822cae docs: update override price selection strategy documentation (#5438)
* docs: update override price selection strategy documentation

* fix eslint errors
2023-10-20 20:17:45 +03:00

62 lines
703 B
Plaintext

---
displayed_sidebar: entitiesSidebar
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# SwapPaymentStatus
## Enumeration Members
### AWAITING
**AWAITING** = ``"awaiting"``
___
### CANCELED
**CANCELED** = ``"canceled"``
___
### CAPTURED
**CAPTURED** = ``"captured"``
___
### CONFIRMED
**CONFIRMED** = ``"confirmed"``
___
### DIFFERENCE\_REFUNDED
**DIFFERENCE\_REFUNDED** = ``"difference_refunded"``
___
### NOT\_PAID
**NOT\_PAID** = ``"not_paid"``
___
### PARTIALLY\_REFUNDED
**PARTIALLY\_REFUNDED** = ``"partially_refunded"``
___
### REFUNDED
**REFUNDED** = ``"refunded"``
___
### REQUIRES\_ACTION
**REQUIRES\_ACTION** = ``"requires_action"``