Uses of Class
com.adyen.model.nexo.PaymentData
-
Packages that use PaymentData Package Description com.adyen.model.nexo -
-
Uses of PaymentData in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as PaymentData Modifier and Type Field Description protected PaymentDataPaymentRequest. paymentDataThe Payment data.Methods in com.adyen.model.nexo that return PaymentData Modifier and Type Method Description PaymentDataObjectFactory. createPaymentData()Create an instance ofPaymentDataPaymentDataPaymentRequest. getPaymentData()Gets the value of the paymentData property.Methods in com.adyen.model.nexo with parameters of type PaymentData Modifier and Type Method Description voidPaymentRequest. setPaymentData(PaymentData value)Sets the value of the paymentData property.
-