Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface Invoice

    Invoice details

    interface Invoice {
        deliveries?: {
            format?: string;
            id?: string;
            senderId?: string;
            sentAt?: string;
            sentTo?: string;
            sentVia?: string;
        }[];
        format?: { pdf?: InvoiceFormatDetails; web?: InvoiceFormatDetails };
        id?: string;
        number?: string;
    }
    Index
    deliveries?: {
        format?: string;
        id?: string;
        senderId?: string;
        sentAt?: string;
        sentTo?: string;
        sentVia?: string;
    }[]
    format?: { pdf?: InvoiceFormatDetails; web?: InvoiceFormatDetails }
    id?: string
    number?: string