interface IFundwithdraw {
    bank_data_id: string;
    coopname: string;
    document: Interfaces.Fund.IDocument2;
    fund_id: Interfaces.Fund.IUint64;
    quantity: string;
    type: string;
    username: string;
}

Properties

bank_data_id: string
coopname: string
quantity: string
type: string
username: string