interface IDebt {
    amount: string;
    approved_statement: Interfaces.Capital.IDocument2;
    authorization: Interfaces.Capital.IDocument2;
    coopname: string;
    debt_hash: string;
    id: Interfaces.Capital.IUint64;
    memo: string;
    project_hash: string;
    repaid_at: string;
    statement: Interfaces.Capital.IDocument2;
    status: string;
    username: string;
}

Properties

amount: string
approved_statement: Interfaces.Capital.IDocument2
coopname: string
debt_hash: string
memo: string
project_hash: string
repaid_at: string
status: string
username: string