Pennylane API Client
    Preparing search index...

    Interface CreateCustomerInvoiceLineSectionBody

    Section payload for customer invoice creation.

    interface CreateCustomerInvoiceLineSectionBody {
        description?: string;
        rank: number;
        title?: string;
    }
    Index

    Properties

    description?: string
    rank: number
    title?: string