Interface IOrderInfo

This object represents information about an order.

Hierarchy

  • IOrderInfo

Properties

email?: string

Optional. User email

name?: string

Optional. User name

phone_number?: string

Optional. User's phone number

shipping_address?: IShippingAddress

Optional. User shipping address

Generated using TypeDoc