Saxonberg Server API
    Preparing search index...

    Interface RemittanceSplit

    A cut routed to a third-party account alongside the main movement.

    interface RemittanceSplit {
        accountId: string;
        amount: Money;
        category?: PnlCategory;
    }
    Index

    Properties

    accountId: string

    The third-party account credited.

    amount: Money

    The cut, in the charge's currency.

    category?: PnlCategory

    The P&L line this cut rolls up into (e.g. tax, tip).