Hierarchy

  • Customer

Properties

Properties

Email: null | string

Customer's mailing address, which he set in his personal account

Identifiers: {
    [index: string]: string;
}

Any additional identifiers, e.g. customer's Tax Identification Number

Type declaration

  • [index: string]: string
Name: string

The name of the customer that he gave to the cashier

Generated using TypeDoc