Interface ShippingApiModelV2SupportedDocumentDetail

The supported document types for a service offering.

SupportedDocumentDetail

interface ShippingApiModelV2SupportedDocumentDetail {
    isMandatory: boolean;
    name:
        | "PACKSLIP"
        | "LABEL"
        | "RECEIPT"
        | "CUSTOM_FORM"
        | ShippingApiModelV2DocumentType;
}

Properties

Properties

isMandatory: boolean

When true, the supported document type is required.

SupportedDocumentDetail

name:
    | "PACKSLIP"
    | "LABEL"
    | "RECEIPT"
    | "CUSTOM_FORM"
    | ShippingApiModelV2DocumentType

SupportedDocumentDetail

MMNEPVFCICPMFPCPTTAAATR