/**
 * VRt.Studio [ST]
 *
 * The version of the OpenAPI document: 7.18.2755
 * 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 TransportTariffConstraintStudio {
    [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;
}
