Pennylane API Client
    Preparing search index...

    Interface UpdateImportedCustomerInvoiceLineBody

    Invoice line payload for updating an imported customer invoice.

    interface UpdateImportedCustomerInvoiceLineBody {
        amount?: string;
        currency_amount?: string;
        currency_tax?: string;
        description?: string | null;
        id: number;
        imputation_dates?: CreateCustomerInvoiceLineImputationDatesBody;
        label?: string;
        ledger_account_id?: number;
        ledger_entry_line?: UpdateImportedCustomerInvoiceLedgerEntryLineBody;
        product_id?: number;
        quantity?: number;
        raw_currency_unit_price?: string;
        tax?: string;
        unit?: string;
        vat_rate?: string;
    }
    Index

    Properties

    amount?: string
    currency_amount?: string
    currency_tax?: string
    description?: string | null
    id: number
    label?: string
    ledger_account_id?: number

    Optional Readonlyledger_entry_line

    product_id?: number
    quantity?: number
    raw_currency_unit_price?: string
    tax?: string
    unit?: string
    vat_rate?: string