Interface CartItem

Hierarchy

  • CartItem

Properties

buyable?: any
buyable_id: number
buyable_type: string
cart?: null | <internal>.Cart
cart_id: number
created_at: null | string
description?: any
extra_fees?: any
id: number
identifier?: string
options: null | string
price?: any
quantity: number
subtotal?: any
total?: any
updated_at: null | string

Generated using TypeDoc