Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomerIdentifier

Hierarchy

  • CustomerIdentifier

Index

Properties

Optional EmailAddress

EmailAddress: undefined | string

Email address of the customer' order. Used for extra validation that the order really belongs to the customer.

Optional LastName

LastName: undefined | string

LastName of the customer. Used for extra validation that the order really belongs to the customer.

Optional ZipCode

ZipCode: undefined | string

ZipCode of the shipping address of the customer' order. Used for extra validation that the order really belongs to the customer.