Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.34 KB

Parcel.md

File metadata and controls

22 lines (18 loc) · 1.34 KB

ShipmondoApi.Dotnet.Model.Parcel

Properties

Name Type Description Notes
Quantity int Number of parcels of this kind. Maximum quantity depends on the product. [optional] [default to 1]
Weight int Weight in grams. [optional]
PkgNo string Carrier's package number refers to the specific package/colli. [optional]
PkgNos List<string> Carrier's package numbers for all packages if quantity is larger than 1. [optional]
Length int Length in cm [optional]
Width int Width in cm [optional]
Height int Height in cm [optional]
Volume decimal Volume in cubic metres [optional]
RunningMetre decimal Running metre in metre [optional]
Content string Describes the contents of the parcel. [optional]
Packaging string Package type for the parcel. Must be a valid package type for the customer. [optional]
DangerousGoods List<DangerousGood> [optional]
DeclaredValue DeclaredValue [optional]

[Back to Model list] [Back to API list] [Back to README]