interface JourneyPriceSummary {
    commission: number;
    commissionVat: number;
    cost?: number;
    currency: string;
    price: number;
    priceVat: number;
    transferzPrice: number;
    trovatripFee: number;
}

Properties

commission: number
commissionVat: number
cost?: number
currency: string
price: number
priceVat: number
transferzPrice: number
trovatripFee: number