Pennylane API Client
    Preparing search index...

    Interface UpdateCustomerInvoiceUpdateFinalizedLineBody

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

    interface UpdateCustomerInvoiceUpdateFinalizedLineBody {
        id: number;
        imputation_dates?: UpdateCustomerInvoiceImputationDatesBody;
    }
    Index

    Properties

    id: number