The label format details and whether to include a packing slip.

Export

LabelFormatOption

interface LabelFormatOption {
    IncludePackingSlipWithLabel?: boolean;
    LabelFormat?: LabelFormat;
}

Properties

IncludePackingSlipWithLabel?: boolean

When true, include a packing slip with the label.

Memberof

LabelFormatOption

LabelFormat?: LabelFormat

Memberof

LabelFormatOption