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