Files
medusa-store/docs/content/references/entities/enums/PaymentCollectionStatus.md
2022-11-28 13:11:03 +02:00

56 lines
1.2 KiB
Markdown

---
displayed_sidebar: entitiesSidebar
---
# Enumeration: PaymentCollectionStatus
## Enumeration Members
### AUTHORIZED
**AUTHORIZED** = ``"authorized"``
#### Defined in
[models/payment-collection.ts:22](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/models/payment-collection.ts#L22)
___
### AWAITING
• **AWAITING** = ``"awaiting"``
#### Defined in
[models/payment-collection.ts:21](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/models/payment-collection.ts#L21)
___
### CANCELED
• **CANCELED** = ``"canceled"``
#### Defined in
[models/payment-collection.ts:24](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/models/payment-collection.ts#L24)
___
### NOT\_PAID
• **NOT\_PAID** = ``"not_paid"``
#### Defined in
[models/payment-collection.ts:20](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/models/payment-collection.ts#L20)
___
### PARTIALLY\_AUTHORIZED
• **PARTIALLY\_AUTHORIZED** = ``"partially_authorized"``
#### Defined in
[models/payment-collection.ts:23](https://github.com/medusajs/medusa/blob/da7ea8c5d/packages/medusa/src/models/payment-collection.ts#L23)