@openpit/engine
    Preparing search index...

    Interface AccountAdjustmentAmountInit

    Plain-object form of AccountAdjustmentAmount.

    interface AccountAdjustmentAmountInit {
        balance?: AdjustmentAmount;
        held?: AdjustmentAmount;
        incoming?: AdjustmentAmount;
    }
    Index
    incoming?: AdjustmentAmount