shipstation-client
Version:
ShipStation V2 SDK
22 lines (14 loc) • 639 B
Markdown
# 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)