Files
medusa-store/docs/content/references/entities/enums/PaymentSessionStatus.md
Shahed Nasser 4a416e7fa5 docs: added entity reference (#2047)
* added entity reference

* chore: added github action

* added link to reference
2022-08-15 15:54:48 +03: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