shipstation-client
Version:
ShipStation V2 SDK
26 lines (18 loc) • 895 B
Markdown
# PaperlessDownload
The paperless details which may contain elements like `href`, `instructions` and `handoff_code`.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**href** | **string** | The URL of the linked resource, if any | [optional] [default to undefined]
**instructions** | **string** | The instructions for the paperless download. | [optional] [default to undefined]
**handoff_code** | **string** | The handoff code for the paperless download. | [optional] [default to undefined]
## Example
```typescript
import { PaperlessDownload } from 'shipstation-client';
const instance: PaperlessDownload = {
href,
instructions,
handoff_code,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)