shipstation-client
Version:
ShipStation V2 SDK
22 lines (14 loc) • 592 B
Markdown
# ManifestDownload
Object containing the href link to download the manifest file
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**href** | **string** | The URL of the linked resource, if any | [optional] [default to undefined]
## Example
```typescript
import { ManifestDownload } from 'shipstation-client';
const instance: ManifestDownload = {
href,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)