Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Person

Represent a Person, a customer of the bank

Hierarchy

  • Person

Index

Constructors

Properties

Constructors

constructor

  • new Person(lastName: string, firstName: string, dateOfBirth: Date): Person
  • Constructor for the Person class

    Parameters

    • lastName: string

      The person's last name

    • firstName: string

      The person's first name

    • dateOfBirth: Date

      The person's date of birth

    Returns Person

Properties

dateOfBirth

dateOfBirth: Date

The person's date of birth

firstName

firstName: string

The person's first name

lastName

lastName: string

The person's last name

Generated using TypeDoc