The document data and checksum.

Export

FileContents

interface FileContents {
    Checksum: string;
    Contents: string;
    FileType: FileType;
}

Properties

Checksum: string

An MD5 hash to validate the PDF document data, in the form of a Base64-encoded string.

Memberof

FileContents

Contents: string

Data for printing labels, in the form of a Base64-encoded, GZip-compressed string.

Memberof

FileContents

FileType: FileType

Memberof

FileContents