@bigcommerce/checkout-sdk / Cart
- baseAmount
- cartAmount
- coupons
- createdTime
- currency
- customerId
- discountAmount
- discounts
- id
- isTaxIncluded
- lineItems
- source
- updatedTime
• baseAmount: number
• cartAmount: number
• coupons: Coupon
[]
This is an array of all applied coupons.
• createdTime: string
• currency: Currency
• customerId: number
• discountAmount: number
This is the total amount of discount applied on line_items.
• discounts: Discount
[]
This is the total amount of discount applied on cart including coupons and line_items discounts.
• email: string
• id: string
• isTaxIncluded: boolean
• lineItems: LineItemMap
• Optional
source: BuyNow
• updatedTime: string