Skip to main content

Enumeration: PaymentStatus

internal.PaymentStatus

Enumeration Members

AWAITING

AWAITING = "awaiting"

Defined in

medusa/dist/models/order.d.ts:41


CANCELED

CANCELED = "canceled"

Defined in

medusa/dist/models/order.d.ts:45


CAPTURED

CAPTURED = "captured"

Defined in

medusa/dist/models/order.d.ts:42


NOT_PAID

NOT_PAID = "not_paid"

Defined in

medusa/dist/models/order.d.ts:40


PARTIALLY_REFUNDED

PARTIALLY_REFUNDED = "partially_refunded"

Defined in

medusa/dist/models/order.d.ts:43


REFUNDED

REFUNDED = "refunded"

Defined in

medusa/dist/models/order.d.ts:44


REQUIRES_ACTION

REQUIRES_ACTION = "requires_action"

Defined in

medusa/dist/models/order.d.ts:46