mirror of
https://github.com/LukeHagar/speakeasy-playground.git
synced 2025-12-09 12:47:46 +00:00
4.3 KiB
4.3 KiB
CarrierParcelTemplateStruct
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
carrier |
Optional[str] | ➖ | The name of the carrier that provides this parcel template | FedEx |
distance_unit |
Optional[components.DistanceUnit] | ➖ | The measure unit used for length, width and height. | in |
height |
Optional[str] | ➖ | The height of the package, in units specified by the distance_unit attribute | 1.5 |
is_variable_dimensions |
Optional[str] | ➖ | True if the carrier parcel template allows custom dimensions, such as USPS Softpack. | false |
length |
Optional[str] | ➖ | The length of the package, in units specified by the distance_unit attribute | 12.375 |
name |
Optional[str] | ➖ | The name of the carrier parcel template | FedEx® Small Box (S1) |
token |
Optional[str] | ➖ | The unique string representation of the carrier parcel template | FedEx_Box_Small_1 |
width |
Optional[str] | ➖ | The width of the package, in units specified by the distance_unit attribute | 10.875 |