Uses of Class
dev.vality.fistful.cashflow.CashFlowAccount
| Package | Description |
|---|---|
| dev.vality.fistful.cashflow |
-
Uses of CashFlowAccount in dev.vality.fistful.cashflow
Fields in dev.vality.fistful.cashflow declared as CashFlowAccount Modifier and Type Field Description CashFlowAccountFinalCashFlowAccount. account_typeMethods in dev.vality.fistful.cashflow that return CashFlowAccount Modifier and Type Method Description CashFlowAccountCashFlowAccount. deepCopy()static CashFlowAccountCashFlowAccount. external(ExternalCashFlowAccount value)CashFlowAccountFinalCashFlowAccount. getAccountType()static CashFlowAccountCashFlowAccount. merchant(MerchantCashFlowAccount value)static CashFlowAccountCashFlowAccount. provider(ProviderCashFlowAccount value)static CashFlowAccountCashFlowAccount. system(SystemCashFlowAccount value)static CashFlowAccountCashFlowAccount. wallet(WalletCashFlowAccount value)Methods in dev.vality.fistful.cashflow with parameters of type CashFlowAccount Modifier and Type Method Description intCashFlowAccount. compareTo(CashFlowAccount other)booleanCashFlowAccount. equals(CashFlowAccount other)FinalCashFlowAccountFinalCashFlowAccount. setAccountType(CashFlowAccount account_type)Constructors in dev.vality.fistful.cashflow with parameters of type CashFlowAccount Constructor Description CashFlowAccount(CashFlowAccount other)FinalCashFlowAccount(CashFlowAccount account_type, String account_id)