Interface BulkDomesticLabelResponseInterface<Format>Internal

Interface version of BulkDomesticLabelResponse

interface BulkDomesticLabelResponseInterface<Format extends LabelFormat> {
    batch_id: string;
    batch_pdf_url: string;
    labels: (DomesticLabelErrorInterface | DomesticLabelInterface<Format>)[];
}

Type Parameters

  • Format extends LabelFormat

    the format of the label images

Implemented by

Properties

batch_id: string

A UUID identifying the batch of labels

batch_pdf_url: string

A url to view the labels as a PDF with one label per page

The labels generated