/** * 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. */ import { CapacityLimitUniversal } from './capacityLimit'; import { CapacityCostUniversal } from './capacityCost'; /** * Limiting the location\'s ability to handle cargo. */ export interface LocationCargosLimitUniversal { [key: string]: any | any; /** * Capacity value. */ capacity: CapacityLimitUniversal; /** * Penalty for violating the `capacity`. */ penalty: CapacityCostUniversal; }