@bigcommerce/checkout-sdk › Order
- Order
- baseAmount
- billingAddress
- cartId
- coupons
- currency
- customerCanBeCreated
- customerId
- customerMessage
- discountAmount
- handlingCostTotal
- hasDigitalItems
- isComplete
- isDownloadable
- isTaxIncluded
- lineItems
- mandate
- orderAmount
- orderAmountAsInteger
- orderId
- payments
- shippingCostBeforeDiscount
- shippingCostTotal
- status
- taxTotal
- taxes
• baseAmount: number
• billingAddress: BillingAddress
• cartId: string
• coupons: Coupon[]
• currency: Currency
• customerCanBeCreated: boolean
• customerId: number
• customerMessage: string
• discountAmount: number
• handlingCostTotal: number
• hasDigitalItems: boolean
• isComplete: boolean
• isDownloadable: boolean
• isTaxIncluded: boolean
• lineItems: LineItemMap
• mandate? : undefined | string
• orderAmount: number
• orderAmountAsInteger: number
• orderId: number
• payments? : OrderPayments
• shippingCostBeforeDiscount: number
• shippingCostTotal: number
• status: string
• taxTotal: number
• taxes: Tax[]