/**
 * 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 characteristics.
 */
export interface CapacityStudio {
    [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. For example, to account for cargo in pieces (this parameter is equal to one for a cargo and the maximum number of cargo to hold for a box).
     */
    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;
}
