Skip to content

Latest commit

 

History

History
187 lines (106 loc) · 2.66 KB

order.md

File metadata and controls

187 lines (106 loc) · 2.66 KB

@bigcommerce/checkout-sdkOrder

Interface: Order

Hierarchy

  • Order

Index

Properties

Properties

baseAmount

baseAmount: number


billingAddress

billingAddress: BillingAddress


cartId

cartId: string


coupons

coupons: Coupon[]


currency

currency: Currency


customerCanBeCreated

customerCanBeCreated: boolean


customerId

customerId: number


customerMessage

customerMessage: string


discountAmount

discountAmount: number


handlingCostTotal

handlingCostTotal: number


hasDigitalItems

hasDigitalItems: boolean


isComplete

isComplete: boolean


isDownloadable

isDownloadable: boolean


isTaxIncluded

isTaxIncluded: boolean


lineItems

lineItems: LineItemMap


Optional mandate

mandate? : undefined | string


orderAmount

orderAmount: number


orderAmountAsInteger

orderAmountAsInteger: number


orderId

orderId: number


Optional payments

payments? : OrderPayments


shippingCostBeforeDiscount

shippingCostBeforeDiscount: number


shippingCostTotal

shippingCostTotal: number


status

status: string


taxTotal

taxTotal: number


taxes

taxes: Tax[]