UNPKG

shipstation-client

Version:
22 lines (14 loc) 668 B
# ListCarrierPackageTypesResponseBody A list carrier package types response body ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **packages** | [**Array<PackageType>**](PackageType.md) | An array of custom package types | [optional] [default to undefined] ## Example ```typescript import { ListCarrierPackageTypesResponseBody } from 'shipstation-client'; const instance: ListCarrierPackageTypesResponseBody = { packages, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)