Skip to main content

Enumeration: SwapPaymentStatus

internal.SwapPaymentStatus

Enumeration Members

AWAITING

AWAITING = "awaiting"

Defined in

medusa/dist/models/swap.d.ts:20


CANCELED

CANCELED = "canceled"

Defined in

medusa/dist/models/swap.d.ts:23


CAPTURED

CAPTURED = "captured"

Defined in

medusa/dist/models/swap.d.ts:21


CONFIRMED

CONFIRMED = "confirmed"

Defined in

medusa/dist/models/swap.d.ts:22


DIFFERENCE_REFUNDED

DIFFERENCE_REFUNDED = "difference_refunded"

Defined in

medusa/dist/models/swap.d.ts:24


NOT_PAID

NOT_PAID = "not_paid"

Defined in

medusa/dist/models/swap.d.ts:19


PARTIALLY_REFUNDED

PARTIALLY_REFUNDED = "partially_refunded"

Defined in

medusa/dist/models/swap.d.ts:25


REFUNDED

REFUNDED = "refunded"

Defined in

medusa/dist/models/swap.d.ts:26


REQUIRES_ACTION

REQUIRES_ACTION = "requires_action"

Defined in

medusa/dist/models/swap.d.ts:27

Was this page helpful?