Saxonberg Server API
    Preparing search index...

    One transfer leg: amount positive minor units, fromto.

    interface LedgerLeg {
        amount: number;
        category?: PnlCategory;
        from: string;
        memo?: string;
        to: string;
    }
    Index

    Properties

    amount: number

    Positive minor units moved by this leg.

    category?: PnlCategory

    The P&L line this leg rolls up into.

    from: string

    Debited account id (or a sentinel).

    memo?: string

    Free-text note for the row.

    to: string

    Credited account id (or a sentinel).