UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

23 lines 749 B
import { PaymentAcceptanceInsuranceDetails } from './paymentAcceptanceInsuranceDetails'; export interface PaymentAcceptanceTravelInfo { arrival_city: string; carrier?: string; class_of_service: string; departure_city: string; insurances?: Array<PaymentAcceptanceInsuranceDetails>; passenger_identifier?: string; passenger_name: string; passenger_title?: string; price?: number; scheduled_arrival_at?: string; scheduled_departure_at?: string; } export declare namespace PaymentAcceptanceTravelInfo { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=paymentAcceptanceTravelInfo.d.ts.map