Uses of Class
dev.vality.fistful.cashflow.MerchantCashFlowAccount
| Package | Description |
|---|---|
| dev.vality.fistful.cashflow |
-
Uses of MerchantCashFlowAccount in dev.vality.fistful.cashflow
Methods in dev.vality.fistful.cashflow that return MerchantCashFlowAccount Modifier and Type Method Description static MerchantCashFlowAccountMerchantCashFlowAccount. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.MerchantCashFlowAccountCashFlowAccount. getMerchant()static MerchantCashFlowAccountMerchantCashFlowAccount. valueOf(String name)Returns the enum constant of this type with the specified name.static MerchantCashFlowAccount[]MerchantCashFlowAccount. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.fistful.cashflow with parameters of type MerchantCashFlowAccount Modifier and Type Method Description static CashFlowAccountCashFlowAccount. merchant(MerchantCashFlowAccount value)voidCashFlowAccount. setMerchant(MerchantCashFlowAccount value)