Uses of Class
com.adyen.model.nexo.PerformedTransaction
-
Packages that use PerformedTransaction Package Description com.adyen.model.nexo -
-
Uses of PerformedTransaction in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type PerformedTransaction Modifier and Type Field Description protected List<PerformedTransaction>BatchResponse. performedTransactionThe Performed transaction.Methods in com.adyen.model.nexo that return PerformedTransaction Modifier and Type Method Description PerformedTransactionObjectFactory. createPerformedTransaction()Create an instance ofPerformedTransactionMethods in com.adyen.model.nexo that return types with arguments of type PerformedTransaction Modifier and Type Method Description List<PerformedTransaction>BatchResponse. getPerformedTransaction()Gets the value of the performedTransaction property.
-