Uses of Class
dev.vality.damsel.domain.MerchantCashFlowAccount
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of MerchantCashFlowAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as MerchantCashFlowAccount Modifier and Type Field Description MerchantCashFlowAccountMerchantTransactionAccount. typeMethods in dev.vality.damsel.domain 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()MerchantCashFlowAccountMerchantTransactionAccount. getType()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.damsel.domain with parameters of type MerchantCashFlowAccount Modifier and Type Method Description static CashFlowAccountCashFlowAccount. merchant(MerchantCashFlowAccount value)voidCashFlowAccount. setMerchant(MerchantCashFlowAccount value)MerchantTransactionAccountMerchantTransactionAccount. setType(MerchantCashFlowAccount type)Constructors in dev.vality.damsel.domain with parameters of type MerchantCashFlowAccount Constructor Description MerchantTransactionAccount(MerchantCashFlowAccount type, MerchantTransactionAccountOwner owner)