Skip to content

Latest commit

 

History

History
202 lines (115 loc) · 3.13 KB

Checkout.md

File metadata and controls

202 lines (115 loc) · 3.13 KB

@bigcommerce/checkout-sdk / Checkout

Interface: Checkout

Table of contents

Properties

Properties

balanceDue

balanceDue: number


billingAddress

Optional billingAddress: BillingAddress


cart

cart: Cart


channelId

channelId: number


consignments

consignments: Consignment[]


coupons

coupons: Coupon[]


createdTime

createdTime: string


customer

customer: Customer


customerMessage

customerMessage: string


discounts

discounts: Discount[]


giftCertificates

giftCertificates: GiftCertificate[]


giftWrappingCostTotal

giftWrappingCostTotal: number


grandTotal

grandTotal: number


handlingCostTotal

handlingCostTotal: number


id

id: string


isStoreCreditApplied

isStoreCreditApplied: boolean


orderId

Optional orderId: number


outstandingBalance

outstandingBalance: number


payments

Optional payments: CheckoutPayment[]


promotions

Optional promotions: Promotion[]


shippingCostBeforeDiscount

shippingCostBeforeDiscount: number


shippingCostTotal

shippingCostTotal: number


shouldExecuteSpamCheck

shouldExecuteSpamCheck: boolean

Whether the current checkout must execute spam protection before placing the order.

Note: You need to enable Google ReCAPTCHA bot protection in your Checkout Settings.


subtotal

subtotal: number


taxTotal

taxTotal: number


taxes

taxes: Tax[]


updatedTime

updatedTime: string