Files
medusa-store/www/apps/docs/content/references/entities/enums/PaymentCollectionStatus.md
github-actions[bot] 54659ae79f chore(docs): Generated Entities Reference (automated) (#5420)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2023-10-19 17:37:30 +00:00

1.2 KiB

displayed_sidebar
displayed_sidebar
entitiesSidebar

Enumeration: PaymentCollectionStatus

Enumeration Members

AUTHORIZED

AUTHORIZED = "authorized"

Defined in

models/payment-collection.ts:20


AWAITING

AWAITING = "awaiting"

Defined in

models/payment-collection.ts:19


CANCELED

CANCELED = "canceled"

Defined in

models/payment-collection.ts:22


NOT_PAID

NOT_PAID = "not_paid"

Defined in

models/payment-collection.ts:18


PARTIALLY_AUTHORIZED

PARTIALLY_AUTHORIZED = "partially_authorized"

Defined in

models/payment-collection.ts:21