@bigcommerce/checkout-sdk / Order
- baseAmount
- billingAddress
- cartId
- channelId
- consignments
- coupons
- currency
- customerCanBeCreated
- customerId
- customerMessage
- discountAmount
- fees
- giftWrappingCostTotal
- handlingCostTotal
- hasDigitalItems
- isComplete
- isDownloadable
- isTaxIncluded
- lineItems
- orderAmount
- orderAmountAsInteger
- orderId
- payments
- shippingCostBeforeDiscount
- shippingCostTotal
- status
- taxTotal
- taxes
• baseAmount: number
• billingAddress: OrderBillingAddress
• cartId: string
• channelId: number
• consignments: OrderConsignment
• coupons: Coupon
[]
• currency: default
• customerCanBeCreated: boolean
• customerId: number
• customerMessage: string
• discountAmount: number
• fees: OrderFee
[]
• giftWrappingCostTotal: number
• handlingCostTotal: number
• hasDigitalItems: boolean
• isComplete: boolean
• isDownloadable: boolean
• isTaxIncluded: boolean
• lineItems: LineItemMap
• orderAmount: number
• orderAmountAsInteger: number
• orderId: number
• Optional
payments: OrderPayments
• shippingCostBeforeDiscount: number
• shippingCostTotal: number
• status: string
• taxTotal: number
• taxes: Tax
[]