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

    Interface IWriteoffOp

    interface IWriteoffOp {
        account_id: Interfaces.Ledger.IUint64;
        coopname: string;
        document: Interfaces.Ledger.IDocument2;
        id: Interfaces.Ledger.IUint64;
        quantity: string;
        reason: string;
        status: string;
        username: string;
        writeoff_hash: string;
    }
    Index

    Properties

    coopname: string
    quantity: string
    reason: string
    status: string
    username: string
    writeoff_hash: string