@e-invoice-eu/core
    Preparing search index...

    Type Alias FormatInfo

    Describe a format.

    type FormatInfo = {
        customizationID: string;
        mimeType: EInvoiceMIMEType;
        name: string;
        profileID: string;
        syntax: "UBL" | "CII";
    }
    Index

    Properties

    customizationID: string

    The customization id of the format.

    mimeType: EInvoiceMIMEType

    The MIME type of the format.

    name: string

    The name of the format like "UBL" or "Factur-X-Extended".

    profileID: string

    The profile id of the format.

    syntax: "UBL" | "CII"

    The general syntax in the sense of EN16931.