cooptypes - v2026.8.23-2
    Preparing search index...

    Interface IPayexp

    payexp — оплата item (ADVANCE = выдача аванса / DIRECT = прямая оплата). Контракт: Ledger2::apply(operation_code, actual_amount); для DIRECT сразу за payexp — фоновый reportexp.

    interface IPayexp {
        actual_amount: string;
        coopname: string;
        item_hash: string;
        proposal_hash: string;
    }
    Index

    Properties

    actual_amount: string
    coopname: string
    item_hash: string
    proposal_hash: string