Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.11 KB

ParcelAdvanced.md

File metadata and controls

20 lines (16 loc) · 1.11 KB

ShipmondoApi.Dotnet.Model.ParcelAdvanced

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.
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]
Description 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]