Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserInfo

Info about the buyer.

Information about user. This is used to represent information of the user associated with an order.

User contact for this fulfillment.

Hierarchy

  • UserInfo

Properties

Optional displayName

displayName: undefined | string

Display name of the user, might be different from first or last name.

Optional email

email: undefined | string

User email, Eg: janedoe@gmail.com.

Optional firstName

firstName: undefined | string

First name of the user.

Optional lastName

lastName: undefined | string

Last name of the user.

Optional phoneNumbers

phoneNumbers: PhoneNumber[]

Phone numbers of the user.

Generated using TypeDoc