Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.38 KB

UserParcelTemplateBase.md

File metadata and controls

15 lines (12 loc) · 1.38 KB

# UserParcelTemplateBase

Properties

Name Type Description Notes
distance_unit \OpenAPI\Client\Model\DistanceUnitEnum The measure unit used for length, width and height. Required, but if using a preset carrier template then this field must be empty. [optional]
height string The height of the package, in units specified by the `distance_unit` attribute. Required, but if using a preset carrier template then this field must be empty. [optional]
length string The length of the package, in units specified by the `distance_unit` attribute. Required, but if using a preset carrier template then this field must be empty. [optional]
name string The name of the User Parcel Template [optional]
weight string The weight of the package, in units specified by the weight_unit attribute. [optional]
weight_unit \OpenAPI\Client\Model\WeightUnitEnum [optional]
width string The width of the package, in units specified by the `distance_unit` attribute. Required, but if using a preset carrier template then this field must be empty. [optional]

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