Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateOrderResponse

Hierarchy

  • Order
    • CreateOrderResponse

Index

Properties

currency

currency: string

email

email: string

Optional firstName

firstName: string | null

items

items: Array<CartItem>

Optional lastName

lastName: string | null

orderDateUTC

orderDateUTC: string | null

Optional orderNumber

orderNumber: undefined | string

phone

phone: string

Optional secondLastName

secondLastName: string | null

shipping

shipping: number

status

status: OrderStatus

subscriptionIDs

subscriptionIDs: string | null

subtotal

subtotal: number

tax

tax: number

total

total: number