Pennylane API Client
    Preparing search index...

    Interface UpdateCustomerInvoiceUpdateDraftLineBody

    Invoice line payload for the update array in a draft invoice.

    interface UpdateCustomerInvoiceUpdateDraftLineBody {
        description?: string | null;
        discount?: { type: "absolute" | "relative"; value: string };
        id: number;
        label?: string;
        ledger_account_id?: number;
        product_id?: number;
        quantity?: number;
        raw_currency_unit_price?: string;
        section_rank?: number;
        unit?: string;
        vat_rate?: string;
    }
    Index

    Properties

    description?: string | null
    discount?: { type: "absolute" | "relative"; value: string }
    id: number
    label?: string
    ledger_account_id?: number
    product_id?: number
    quantity?: number
    raw_currency_unit_price?: string
    section_rank?: number
    unit?: string
    vat_rate?: string