Enumeration: CartType
internal.CartType
Enumeration Members
CLAIM
• CLAIM = "claim"
Defined in
medusa/dist/models/cart.d.ts:187
DEFAULT
• DEFAULT = "default"
Defined in
medusa/dist/models/cart.d.ts:183
DRAFT_ORDER
• DRAFT_ORDER = "draft_order"
Defined in
medusa/dist/models/cart.d.ts:185
PAYMENT_LINK
• PAYMENT_LINK = "payment_link"
Defined in
medusa/dist/models/cart.d.ts:186
SWAP
• SWAP = "swap"
Defined in
medusa/dist/models/cart.d.ts:184
Was this page helpful?