Whether to include a packing slip.

Export

LabelFormatOptionRequest

interface LabelFormatOptionRequest {
    IncludePackingSlipWithLabel?: boolean;
}

Properties

IncludePackingSlipWithLabel?: boolean

When true, include a packing slip with the label.

Memberof

LabelFormatOptionRequest