interface IFwithdraw {
    bank_data_id: string;
    coopname: string;
    document: FundContract.Interfaces.IDocument;
    expired_at: string;
    fund_id: FundContract.Interfaces.IUint64;
    id: FundContract.Interfaces.IUint64;
    quantity: string;
    status: string;
    type: string;
    username: string;
}

Properties

bank_data_id: string
coopname: string
expired_at: string
quantity: string
status: string
type: string
username: string