Files
medusa-store/www/apps/docs/content/references/services/enums/PaymentCollectionStatus.mdx
Shahed Nasser c6dff873de docs: update docusaurus to v3 (#5625)
* update dependencies

* update onboarding mdx

* fixes for mdx issues

* fixes for mdx compatibility

* resolve mdx errors

* fixes in reference

* fix check errors

* revert change in vale action

* fix node version in action

* fix summary in markdown
2023-11-13 20:11:50 +02:00

50 lines
701 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.