Mayson Monorepo Documentation
    Preparing search index...
    interface BalanceImpact {
        cash: number;
        inbound_pending: number;
        outbound_pending: number;
    }
    Index

    Properties

    cash: number

    The change made to funds the user can spend right now.

    inbound_pending: number

    The change made to funds that are not spendable yet, but will become available at a later time.

    outbound_pending: number

    The change made to funds in the account, but not spendable because they are being held for pending outbound flows.