Uses of Class
com.adyen.model.nexo.PINRequest
-
Packages that use PINRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of PINRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type PINRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withPinRequest(PINRequest pinRequest) -
Uses of PINRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as PINRequest Modifier and Type Field Description protected PINRequestSaleToPOIRequest. pinRequestThe Pin request.Methods in com.adyen.model.nexo that return PINRequest Modifier and Type Method Description PINRequestObjectFactory. createPINRequest()Create an instance ofPINRequestPINRequestSaleToPOIRequest. getPINRequest()Gets the value of the pinRequest property.Methods in com.adyen.model.nexo with parameters of type PINRequest Modifier and Type Method Description voidSaleToPOIRequest. setPINRequest(PINRequest value)Sets the value of the pinRequest property.
-