Pennylane API Client
    Preparing search index...

    Interface CreateCustomerInvoiceStandardLineBody

    Standard invoice line payload.

    interface CreateCustomerInvoiceStandardLineBody {
        description?: string | null;
        discount?: { type: "absolute" | "relative"; value: string };
        imputation_dates?: CreateCustomerInvoiceLineImputationDatesBody | null;
        label: string;
        ledger_account_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 }
    label: string
    ledger_account_id?: number
    quantity: number
    raw_currency_unit_price: string
    section_rank?: number
    unit: string
    vat_rate: string