Pennylane API Client
    Preparing search index...

    Variable JournalSchemaConst

    JournalSchema: Struct<
        {
            code: typeof String$;
            id: typeof Number$;
            label: typeof String$;
            type: typeof String$;
        },
    > = ...

    Represents a single Journal object returned from Pennylane API.

    Fields include:

    • code: The unique code identifying the journal
    • id: The unique identifier for the journal
    • label: The human-readable label/name of the journal
    • type: The type of journal (e.g., "sale", "purchase", "cash")