Files
medusa-store/www/apps/docs/content/references/entities/enums/PaymentSessionStatus.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.1 KiB

displayed_sidebar
displayed_sidebar
entitiesSidebar

Enumeration: PaymentSessionStatus

Enumeration Members

AUTHORIZED

AUTHORIZED = "authorized"

Defined in

models/payment-session.ts:17


CANCELED

CANCELED = "canceled"

Defined in

models/payment-session.ts:21


ERROR

ERROR = "error"

Defined in

models/payment-session.ts:20


PENDING

PENDING = "pending"

Defined in

models/payment-session.ts:18


REQUIRES_MORE

REQUIRES_MORE = "requires_more"

Defined in

models/payment-session.ts:19