Uses of Class
com.adyen.model.nexo.PaymentResponse
-
Packages that use PaymentResponse Package Description com.adyen.model.nexo -
-
Uses of PaymentResponse in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as PaymentResponse Modifier and Type Field Description protected PaymentResponseRepeatedMessageResponseBody. paymentResponseThe Payment response.protected PaymentResponseRepeatedResponseMessageBody. paymentResponseThe Payment response.protected PaymentResponseSaleToPOIResponse. paymentResponseThe Payment response.Methods in com.adyen.model.nexo that return PaymentResponse Modifier and Type Method Description PaymentResponseObjectFactory. createPaymentResponse()Create an instance ofPaymentResponsePaymentResponseRepeatedMessageResponseBody. getPaymentResponse()Gets the value of the paymentResponse property.PaymentResponseRepeatedResponseMessageBody. getPaymentResponse()Gets the value of the paymentResponse property.PaymentResponseSaleToPOIResponse. getPaymentResponse()Gets the value of the paymentResponse property.Methods in com.adyen.model.nexo with parameters of type PaymentResponse Modifier and Type Method Description voidRepeatedMessageResponseBody. setPaymentResponse(PaymentResponse value)Sets the value of the paymentResponse property.voidRepeatedResponseMessageBody. setPaymentResponse(PaymentResponse value)Sets the value of the paymentResponse property.voidSaleToPOIResponse. setPaymentResponse(PaymentResponse value)Sets the value of the paymentResponse property.
-