Uses of Class
com.adyen.model.nexo.TransactionToPerform
-
Packages that use TransactionToPerform Package Description com.adyen.model.nexo -
-
Uses of TransactionToPerform in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type TransactionToPerform Modifier and Type Field Description protected List<TransactionToPerform>BatchRequest. transactionToPerformThe Transaction to perform.Methods in com.adyen.model.nexo that return TransactionToPerform Modifier and Type Method Description TransactionToPerformObjectFactory. createTransactionToPerform()Create an instance ofTransactionToPerformMethods in com.adyen.model.nexo that return types with arguments of type TransactionToPerform Modifier and Type Method Description List<TransactionToPerform>BatchRequest. getTransactionToPerform()Gets the value of the transactionToPerform property.
-