Selling Partner API SDK for JavaScript
    Preparing search index...

    The document data and checksum.

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

    Properties

    Checksum: string

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

    Contents: string

    Data for printing labels encoded into a Base64, GZip-compressed string.

    FileType: FileType