Files
medusa-store/www/apps/docs/content/references/services/enums/PaymentCollectionStatus.mdx
github-actions[bot] cdd42dbdcd chore(docs): Generated References (#5743)
Generated the following references:
- `entities`
- `inventory`
- `js-client`
- `pricing`
- `product`
- `services`
- `stock-location`
- `workflows`

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2023-11-27 18:58:52 +00:00

50 lines
706 B
Plaintext

---
displayed_sidebar: servicesSidebar
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# PaymentCollectionStatus
The payment collection's status.
## Enumeration Members
#### AUTHORIZED
**AUTHORIZED** = `"authorized"`
The payment colleciton is authorized.
___
#### AWAITING
**AWAITING** = `"awaiting"`
The payment collection is awaiting payment.
___
#### CANCELED
**CANCELED** = `"canceled"`
The payment collection is canceled.
___
#### NOT\_PAID
**NOT\_PAID** = `"not_paid"`
The payment collection isn't paid.
___
#### PARTIALLY\_AUTHORIZED
**PARTIALLY\_AUTHORIZED** = `"partially_authorized"`
Some of the payments in the payment collection are authorized.