/**
 * 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.
 */
/**
 * The paid period of time is an integral part of the tariff.
 */
export interface PerformerTariffConstraintStudio {
    [key: string]: any | any;
    /**
     * Length of the paid period according to [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations).
     */
    stage_length?: string;
    /**
     * Cost within the paid period, monetary unit per second of work.
     */
    cost_per_unit?: number;
}
