chore(docs): Generated Entities Reference (automated) (#2400)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-10-10 19:31:48 +03:00
committed by GitHub
co-authored by olivermrbl
parent 23bf4eb192
commit 5f8cb35b1b
100 changed files with 1645 additions and 1095 deletions
@@ -0,0 +1,105 @@
---
displayed_sidebar: entitiesSidebar
---
# Enumeration: PaymentCollectionStatus
## Enumeration Members
### AUTHORIZED
**AUTHORIZED** = ``"authorized"``
#### Defined in
[models/payment-collection.ts:22](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L22)
___
### AWAITING
• **AWAITING** = ``"awaiting"``
#### Defined in
[models/payment-collection.ts:21](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L21)
___
### CANCELED
• **CANCELED** = ``"canceled"``
#### Defined in
[models/payment-collection.ts:28](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L28)
___
### CAPTURED
• **CAPTURED** = ``"captured"``
#### Defined in
[models/payment-collection.ts:24](https://github.com/medusajs/medusa/blob/35df4962f/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/35df4962f/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/35df4962f/packages/medusa/src/models/payment-collection.ts#L23)
___
### PARTIALLY\_CAPTURED
• **PARTIALLY\_CAPTURED** = ``"partially_captured"``
#### Defined in
[models/payment-collection.ts:25](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L25)
___
### PARTIALLY\_REFUNDED
• **PARTIALLY\_REFUNDED** = ``"partially_refunded"``
#### Defined in
[models/payment-collection.ts:27](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L27)
___
### REFUNDED
• **REFUNDED** = ``"refunded"``
#### Defined in
[models/payment-collection.ts:26](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L26)
___
### REQUIRES\_ACTION
• **REQUIRES\_ACTION** = ``"requires_action"``
#### Defined in
[models/payment-collection.ts:29](https://github.com/medusajs/medusa/blob/35df4962f/packages/medusa/src/models/payment-collection.ts#L29)