shipstation-client
Version:
ShipStation V2 SDK
22 lines (14 loc) • 659 B
Markdown
# ListCarrierServicesResponseBody
A carrier list services response body
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**services** | [**Array<Service>**](Service.md) | An array of services associated with the carrier | [optional] [default to undefined]
## Example
```typescript
import { ListCarrierServicesResponseBody } from 'shipstation-client';
const instance: ListCarrierServicesResponseBody = {
services,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)