Documentation
    Preparing search index...

    Interface Pnr

    interface Pnr {
        CardBrandCode: any;
        CardHolderName: any;
        CardNumber: any;
        CardTypeText: any;
        clientNote: any;
        conditionCurrency: string;
        createdAt: string;
        currency: string;
        dossierId: number;
        encryptedBin: any;
        endDate: string;
        EnrollmentStatusText: any;
        ExpirationDate: any;
        id: number;
        import: boolean;
        internalNote: any;
        isCardRemarque: any;
        journeys: Journeys;
        notifications: any[];
        orderId: string;
        ownerCode: string;
        passengersTickets: PassengersTicket[];
        paymentInfoId: any;
        paymentMethod: string;
        paymentTypeCode: string;
        pnr: string;
        refundedAmount: any;
        remarks: any;
        secureFlight: boolean;
        SecurePaymentProgramName: any;
        startDate: string;
        status: number;
        text_free: any;
        tickitingInfo: any;
        totalBaseAmount: number;
        totalPrice: number;
        totalTaxPrice: number;
        ttl: string;
        updatedAt: string;
    }
    Index

    Properties

    CardBrandCode: any
    CardHolderName: any
    CardNumber: any
    CardTypeText: any
    clientNote: any
    conditionCurrency: string
    createdAt: string
    currency: string
    dossierId: number
    encryptedBin: any
    endDate: string
    EnrollmentStatusText: any
    ExpirationDate: any
    id: number
    import: boolean
    internalNote: any
    isCardRemarque: any
    journeys: Journeys
    notifications: any[]
    orderId: string
    ownerCode: string
    passengersTickets: PassengersTicket[]
    paymentInfoId: any
    paymentMethod: string
    paymentTypeCode: string
    pnr: string
    refundedAmount: any
    remarks: any
    secureFlight: boolean
    SecurePaymentProgramName: any
    startDate: string
    status: number
    text_free: any
    tickitingInfo: any
    totalBaseAmount: number
    totalPrice: number
    totalTaxPrice: number
    ttl: string
    updatedAt: string