interface ICreatecnvrt {
    application: string;
    convert_hash: string;
    convert_statement: CapitalContract.Interfaces.IDocument;
    coopname: string;
    result_hash: string;
    username: string;
}

Properties

application: string
convert_hash: string
coopname: string
result_hash: string
username: string