Uses of Class
com.adyen.model.nexo.PaymentTransaction
-
Packages that use PaymentTransaction Package Description com.adyen.model.nexo -
-
Uses of PaymentTransaction in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as PaymentTransaction Modifier and Type Field Description protected PaymentTransactionPaymentRequest. paymentTransactionThe Payment transaction.Methods in com.adyen.model.nexo that return PaymentTransaction Modifier and Type Method Description PaymentTransactionObjectFactory. createPaymentTransaction()Create an instance ofPaymentTransactionPaymentTransactionPaymentRequest. getPaymentTransaction()Gets the value of the paymentTransaction property.Methods in com.adyen.model.nexo with parameters of type PaymentTransaction Modifier and Type Method Description voidPaymentRequest. setPaymentTransaction(PaymentTransaction value)Sets the value of the paymentTransaction property.
-