@theredspace/spp-client
    Preparing search index...

    Interface InvoiceLayout

    A definition of how invoice information is presented. Read-only (supports only Read).

    interface InvoiceLayout {
        created: string;
        id: string;
        name: string;
        updated: string;
    }
    Index

    Properties

    created: string

    [Read-only] Creation timestamp.

    id: string

    [Read-only] Unique ID.

    name: string

    [Read-only] Name used in UI picklists.

    updated: string

    [Read-only] Last-modified timestamp.