Skip to content

Latest commit

 

History

History
204 lines (116 loc) · 2.9 KB

Order.md

File metadata and controls

204 lines (116 loc) · 2.9 KB

@bigcommerce/checkout-sdk / Order

Interface: Order

Table of contents

Properties

Properties

baseAmount

baseAmount: number


billingAddress

billingAddress: OrderBillingAddress


cartId

cartId: string


channelId

channelId: number


consignments

consignments: OrderConsignment


coupons

coupons: Coupon[]


currency

currency: default


customerCanBeCreated

customerCanBeCreated: boolean


customerId

customerId: number


customerMessage

customerMessage: string


discountAmount

discountAmount: number


fees

fees: OrderFee[]


giftWrappingCostTotal

giftWrappingCostTotal: number


handlingCostTotal

handlingCostTotal: number


hasDigitalItems

hasDigitalItems: boolean


isComplete

isComplete: boolean


isDownloadable

isDownloadable: boolean


isTaxIncluded

isTaxIncluded: boolean


lineItems

lineItems: LineItemMap


orderAmount

orderAmount: number


orderAmountAsInteger

orderAmountAsInteger: number


orderId

orderId: number


payments

Optional payments: OrderPayments


shippingCostBeforeDiscount

shippingCostBeforeDiscount: number


shippingCostTotal

shippingCostTotal: number


status

status: string


taxTotal

taxTotal: number


taxes

taxes: Tax[]