Skip to content

Latest commit

 

History

History
112 lines (63 loc) · 1.51 KB

Cart.md

File metadata and controls

112 lines (63 loc) · 1.51 KB

@bigcommerce/checkout-sdk / Cart

Interface: Cart

Table of contents

Properties

Properties

baseAmount

baseAmount: number


cartAmount

cartAmount: number


coupons

coupons: Coupon[]

This is an array of all applied coupons.


createdTime

createdTime: string


currency

currency: Currency


customerId

customerId: number


discountAmount

discountAmount: number

This is the total amount of discount applied on line_items.


discounts

discounts: Discount[]

This is the total amount of discount applied on cart including coupons and line_items discounts.


email

email: string


id

id: string


isTaxIncluded

isTaxIncluded: boolean


lineItems

lineItems: LineItemMap


source

Optional source: BuyNow


updatedTime

updatedTime: string