/**
 * 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.
 */
/**
 * Capacity limits.
 */
export interface CapacityLimitStudio {
    [key: string]: any | any;
    /**
     * Weight in kilograms.
     */
    mass: number;
    /**
     * Volume in cubic meters.
     */
    volume: number;
    /**
     * Additional parameter (A) for measuring cargoes and boxes in alternative units.
     */
    capacity_a: number;
    /**
     * Additional parameter (B) for measuring cargoes and boxes in alternative units.
     */
    capacity_b: number;
    /**
     * Additional parameter (C) for measuring cargoes and boxes in alternative units.
     */
    capacity_c: number;
}
