The supported document types for a service offering.

SupportedDocumentDetail

interface SupportedDocumentDetail {
    isMandatory: boolean;
    name: DocumentType;
}

Properties

Properties

isMandatory: boolean

When true, the supported document type is required.

SupportedDocumentDetail

SupportedDocumentDetail