Home Manual Reference Source Test
import DateOfBirth from 'FreeBird_SDK/src/DOBClass.js'
public class | source

DateOfBirth

Direct Subclass:

PersonDetails

Indirect Subclass:

PurchaseData, TripData

Date of birth Details - gives the DOB for the passenger

Test:

Constructor Summary

Public Constructor
public

constructor(year: number, month: number, day: number)

Public Constructors

public constructor(year: number, month: number, day: number) source

Params:

NameTypeAttributeDescription
year number

birth year of the passenger

month number

birth month of the passenger

day number

birth date of the passenger