shipstation-client
Version:
ShipStation V2 SDK
28 lines (20 loc) • 909 B
Markdown
# LabelDownload
Reference to the various downloadable file formats for the generated label
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**href** | **string** | The URL of the linked resource, if any | [optional] [default to undefined]
**pdf** | **string** | The URL for the pdf generated label | [optional] [default to undefined]
**png** | **string** | The URL for the png generated label | [optional] [default to undefined]
**zpl** | **string** | The URL for the zpl generated label | [optional] [default to undefined]
## Example
```typescript
import { LabelDownload } from 'shipstation-client';
const instance: LabelDownload = {
href,
pdf,
png,
zpl,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)