Uses of Class
com.adyen.model.nexo.PaymentResult
-
Packages that use PaymentResult Package Description com.adyen.model.nexo -
-
Uses of PaymentResult in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as PaymentResult Modifier and Type Field Description protected PaymentResultPaymentResponse. paymentResultThe Payment result.protected PaymentResultPerformedTransaction. paymentResultThe Payment result.Methods in com.adyen.model.nexo that return PaymentResult Modifier and Type Method Description PaymentResultObjectFactory. createPaymentResult()Create an instance ofPaymentResultPaymentResultPaymentResponse. getPaymentResult()Gets the value of the paymentResult property.PaymentResultPerformedTransaction. getPaymentResult()Gets the value of the paymentResult property.Methods in com.adyen.model.nexo with parameters of type PaymentResult Modifier and Type Method Description voidPaymentResponse. setPaymentResult(PaymentResult value)Sets the value of the paymentResult property.voidPerformedTransaction. setPaymentResult(PaymentResult value)Sets the value of the paymentResult property.
-