interface TravelInsuredResponseManifestRecord {
    bookingNumber: string;
    cancellationRequestedDate: undefined | string;
    city: string;
    dateOfBirth: string;
    datePlanPurchased: string;
    deliveryMethod: TravelInsuredDeliveryMethod;
    departureDate: string;
    destination: string;
    emailAddress: string;
    firstName: string;
    id: number;
    initialTripDepositDate: string;
    lastName: string;
    lastTransactionId: string;
    migrated: undefined | "squashed";
    netPlanCostDueTiiAdjusted: number;
    netPlanCostDueTiiCurrent: number;
    netPlanCostDueTiiDelta: number;
    notes: TravelInsuredRequestType;
    optionCancelForAnyReason: TravelInsuredCancelOption;
    planCostAdjusted: number;
    planCostCurrent: number;
    planCostDelta: number;
    policyNumber: string;
    primaryPhone: string;
    product: string;
    returnDate: string;
    stateOfResidence: string;
    streetAddress: string;
    transactionDate: string;
    transactionId: string;
    travelInsuredPolicyNumber: undefined | string;
    tripCostAdjusted: number;
    tripCostCurrent: number;
    tripCostDelta: number;
    tripName: string;
    trovaTripBookingStatus: BookingStatus;
    trovaTripIngestionDate: undefined | string;
    trovaTripInsurancePolicyId: string;
    trovaTripInsurancePolicyStatus: InsuranceStatus;
    zipCodeOfResidence: string;
}

Hierarchy (View Summary)

Properties

bookingNumber: string
cancellationRequestedDate: undefined | string
city: string
dateOfBirth: string
datePlanPurchased: string
departureDate: string
destination: string
emailAddress: string
firstName: string
id: number
initialTripDepositDate: string
lastName: string
lastTransactionId: string
migrated: undefined | "squashed"
netPlanCostDueTiiAdjusted: number
netPlanCostDueTiiCurrent: number
netPlanCostDueTiiDelta: number
optionCancelForAnyReason: TravelInsuredCancelOption
planCostAdjusted: number
planCostCurrent: number
planCostDelta: number
policyNumber: string
primaryPhone: string
product: string
returnDate: string
stateOfResidence: string
streetAddress: string
transactionDate: string
transactionId: string
travelInsuredPolicyNumber: undefined | string
tripCostAdjusted: number
tripCostCurrent: number
tripCostDelta: number
tripName: string
trovaTripBookingStatus: BookingStatus
trovaTripIngestionDate: undefined | string
trovaTripInsurancePolicyId: string
trovaTripInsurancePolicyStatus: InsuranceStatus
zipCodeOfResidence: string