@qite/tide-client
Version:
Frontend client for Tide
18 lines (17 loc) • 361 B
TypeScript
export interface BookingPackagePax {
id: number;
age?: number;
guid: string;
dateOfBirth?: string;
countryOfBirthId?: number;
firstName: string;
lastName: string;
salutationId?: number;
preferredLanguageId?: number;
gender?: number;
isMainBooker?: boolean;
initials?: string;
email: string;
phone?: string;
mobilePhone?: string;
}