Uses of Enum Class
dev.vality.damsel.domain.MerchantCashFlowAccount
Packages that use MerchantCashFlowAccount
-
Uses of MerchantCashFlowAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as MerchantCashFlowAccountMethods in dev.vality.damsel.domain that return MerchantCashFlowAccountModifier and TypeMethodDescriptionstatic MerchantCashFlowAccountMerchantCashFlowAccount.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.CashFlowAccount.getMerchant()MerchantTransactionAccount.getType()static MerchantCashFlowAccountReturns the enum constant of this class with the specified name.static MerchantCashFlowAccount[]MerchantCashFlowAccount.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.domain with parameters of type MerchantCashFlowAccountModifier and TypeMethodDescriptionstatic CashFlowAccountCashFlowAccount.merchant(MerchantCashFlowAccount value) voidCashFlowAccount.setMerchant(MerchantCashFlowAccount value) MerchantTransactionAccount.setType(MerchantCashFlowAccount type) Constructors in dev.vality.damsel.domain with parameters of type MerchantCashFlowAccountModifierConstructorDescription