interface ICreateinvest {
    amount: string;
    coopname: string;
    invest_hash: string;
    project_hash: string;
    statement: Interfaces.Capital.IDocument2;
    username: string;
}

Properties

amount: string
coopname: string
invest_hash: string
project_hash: string
username: string