interface IApprovedebt {
    approved_statement: CapitalContract.Interfaces.IDocument;
    coopname: string;
    debt_hash: string;
}

Properties

coopname: string
debt_hash: string