Uses of Class
com.adyen.model.nexo.PaymentRequest
-
Packages that use PaymentRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of PaymentRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type PaymentRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withPaymentRequest(PaymentRequest paymentRequest) -
Uses of PaymentRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as PaymentRequest Modifier and Type Field Description protected PaymentRequestSaleToPOIRequest. paymentRequestThe Payment request.protected PaymentRequestTransactionToPerform. paymentRequestThe Payment request.Methods in com.adyen.model.nexo that return PaymentRequest Modifier and Type Method Description PaymentRequestObjectFactory. createPaymentRequest()Create an instance ofPaymentRequestPaymentRequestSaleToPOIRequest. getPaymentRequest()Gets the value of the paymentRequest property.PaymentRequestTransactionToPerform. getPaymentRequest()Gets the value of the paymentRequest property.Methods in com.adyen.model.nexo with parameters of type PaymentRequest Modifier and Type Method Description voidSaleToPOIRequest. setPaymentRequest(PaymentRequest value)Sets the value of the paymentRequest property.voidTransactionToPerform. setPaymentRequest(PaymentRequest value)Sets the value of the paymentRequest property.
-