Packet
The Packet object contains the name of the packet and packet information.
| Parameter | Type | Description |
|---|---|---|
| PacketFileName | string | The file name of the generated packet. |
| PacketName | string | The name of the packet. |
| PacketType | string | The packet type designation. |
| DocInstances | DocInstance | Array containing an unbound collection of DocInstance objects. |
| OutputDestination | string | The path of the generated output. The output is pushed to this path. |
| DocFormat | DocumentFormatType | Object defining the format type for a document (based on an enumerated value). |
| AncillaryOutputOptions | AncillaryOutputOption | Array containing an unbound collection of AncillaryOutputOption objects. |
| Recipient | string | The intended recipient of the packet. |
| DocData | Data | Container object for transaction data inputs and outputs in binary (base64), text, or XML format. It will include all documents in the current packet. |
| PacketCustomDataItems | PacketCustomDataItems | Object containing pairs of custom data associated with a packet. |