interface IExpense {
    amount: string;
    approved_statement: Interfaces.Capital.IDocument2;
    authorization: Interfaces.Capital.IDocument2;
    coopname: string;
    description: string;
    expense_hash: string;
    expense_statement: Interfaces.Capital.IDocument2;
    fund_id: Interfaces.Capital.IUint64;
    id: Interfaces.Capital.IUint64;
    project_hash: string;
    spended_at: string;
    status: string;
    username: string;
}

Properties

amount: string
approved_statement: Interfaces.Capital.IDocument2
coopname: string
description: string
expense_hash: string
expense_statement: Interfaces.Capital.IDocument2
project_hash: string
spended_at: string
status: string
username: string