/** * VRt.Universal [UV] * * The version of the OpenAPI document: 7.26.3024 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ /** * Paid mileage is an integral part of the tariff. */ export interface TransportTariffConstraintUniversal { [key: string]: any | any; /** * The length of the paid part of the way, in meters. */ stage_length?: number; /** * The cost within the paid part of the way, monetary unit per meter. */ cost_per_unit?: number; }