| Name | Type | Description | Notes |
|---|---|---|---|
| contentType | ContentTypeEnum | This is used to encode binary data as printable text.<br /> ContentType of the document is URL if the fileformat is PDF, while it will be BASE64 if the fileFormat is ZPL2. | [optional] |
| contents | String | Content/Identifier of document e.g. DOCUMENT_REFERECE_ID.<br /> Actual document name e.g. abc.pdf. [IN]. | [optional] |
| fileFormat | FileFormatEnum | Defines the format of the document file the print takes. | [optional] |
| size | SizeEnum | Defines the label size of the Shipment, that is, the Shipping Label is available in different Doc Size. | [optional] |
| type | TypeEnum | Defines the type of the Shipment. | [optional] |
| Name | Value |
|---|---|
| URL | "URL" |
| BASE64 | "BASE64" |
| Name | Value |
|---|---|
| "PDF" | |
| ZPL2 | "ZPL2" |
| Name | Value |
|---|---|
| _8_X11 | "DOC_8X11" |
| _4_X6 | "DOC_4X6" |
| Name | Value |
|---|---|
| SHIPPING_LABEL | "Shipping Label" |