Generated the following references: - `entities` - `file` - `fulfillment` - `inventory` - `js_client` - `medusa` - `medusa_config` - `medusa_react` - `modules` - `notification` - `payment` - `price_selection` - `pricing` - `product` - `search` - `services` - `stock_location` - `tax` - `tax_calculation` - `types` - `workflows` Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
42 lines
681 B
Plaintext
42 lines
681 B
Plaintext
---
|
|
displayed_sidebar: entitiesSidebar
|
|
---
|
|
|
|
import ParameterTypes from "@site/src/components/ParameterTypes"
|
|
|
|
# PaymentCollectionStatus
|
|
|
|
The payment collection's status.
|
|
|
|
## Enumeration Members
|
|
|
|
### NOT\_PAID
|
|
|
|
**NOT\_PAID** = `"not_paid"`
|
|
|
|
The payment collection isn't paid.
|
|
|
|
### AWAITING
|
|
|
|
**AWAITING** = `"awaiting"`
|
|
|
|
The payment collection is awaiting payment.
|
|
|
|
### AUTHORIZED
|
|
|
|
**AUTHORIZED** = `"authorized"`
|
|
|
|
The payment colleciton is authorized.
|
|
|
|
### PARTIALLY\_AUTHORIZED
|
|
|
|
**PARTIALLY\_AUTHORIZED** = `"partially_authorized"`
|
|
|
|
Some of the payments in the payment collection are authorized.
|
|
|
|
### CANCELED
|
|
|
|
**CANCELED** = `"canceled"`
|
|
|
|
The payment collection is canceled.
|