@veeroute/lss-universal-angular
Version:
OpenAPI client for @veeroute/lss-universal-angular
36 lines (35 loc) • 976 B
TypeScript
/**
* VRt.Universal [UV]
*
* The version of the OpenAPI document: 7.23.2926
* Contact: servicedesk@veeroute.com
*
* NOTE: This class is auto generated by OpenAPI Generator.
* Do not edit the class manually.
*/
/**
* Capacity characteristics.
*/
export interface CapacityUniversal {
[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;
}