Skip to main content

Enumeration: SwapPaymentStatus

internal.SwapPaymentStatus

Enumeration Members

AWAITING

AWAITING = "awaiting"Copy to Clipboard

Defined in

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


CANCELED

CANCELED = "canceled"Copy to Clipboard

Defined in

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


CAPTURED

CAPTURED = "captured"Copy to Clipboard

Defined in

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


CONFIRMED

CONFIRMED = "confirmed"Copy to Clipboard

Defined in

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


DIFFERENCE_REFUNDED

DIFFERENCE_REFUNDED = "difference_refunded"Copy to Clipboard

Defined in

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


NOT_PAID

NOT_PAID = "not_paid"Copy to Clipboard

Defined in

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


PARTIALLY_REFUNDED

PARTIALLY_REFUNDED = "partially_refunded"Copy to Clipboard

Defined in

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


REFUNDED

REFUNDED = "refunded"Copy to Clipboard

Defined in

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


REQUIRES_ACTION

REQUIRES_ACTION = "requires_action"Copy to Clipboard

Defined in

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

Was this page helpful?