Saxonberg Server API
    Preparing search index...
    interface Charge {
        amount: Money;
        category?: PnlCategory;
        payeeAccountId: string;
        payeeContainer?: Stuff & Container;
        presented: boolean;
        reason: string;
        splits?: RemittanceSplit[];
    }
    Index

    Properties

    amount: Money

    The total owed (the payer's debit).

    category?: PnlCategory

    The P&L line the main leg rolls up into (default sales).

    payeeAccountId: string

    On-ledger destination — the payee's account.

    payeeContainer?: Stuff & Container

    Off-ledger destination — the receiver of cash (for the cash method).

    presented: boolean

    Presented (seller-priced) vs stated (payer-initiated).

    reason: string

    Why — the memo carried into the ledger / scene.

    splits?: RemittanceSplit[]

    Cuts routed to third-party accounts alongside the main leg.