Enumeration: PaymentStatus
internal.PaymentStatus
Enumeration Members
AWAITING
• AWAITING = "awaiting"
Copy to Clipboard
Defined in
medusa/dist/models/order.d.ts:41
CANCELED
• CANCELED = "canceled"
Copy to Clipboard
Defined in
medusa/dist/models/order.d.ts:45
CAPTURED
• CAPTURED = "captured"
Copy to Clipboard
Defined in
medusa/dist/models/order.d.ts:42
NOT_PAID
• NOT_PAID = "not_paid"
Copy to Clipboard
Defined in
medusa/dist/models/order.d.ts:40
PARTIALLY_REFUNDED
• PARTIALLY_REFUNDED = "partially_refunded"
Copy to Clipboard
Defined in
medusa/dist/models/order.d.ts:43
REFUNDED
• REFUNDED = "refunded"
Copy to Clipboard
Defined in
medusa/dist/models/order.d.ts:44
REQUIRES_ACTION
• REQUIRES_ACTION = "requires_action"
Copy to Clipboard
Defined in
medusa/dist/models/order.d.ts:46
Was this page helpful?