Type Alias FormatInfo

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

Describe a format.

Type declaration

  • 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.