UNPKG

shipstation-client

Version:
22 lines (14 loc) 639 B
# ListPackageTypesResponseBody A list 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 { ListPackageTypesResponseBody } from 'shipstation-client'; const instance: ListPackageTypesResponseBody = { 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)