Uses of Class
com.adyen.model.nexo.CardReaderAPDURequest
-
Packages that use CardReaderAPDURequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of CardReaderAPDURequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type CardReaderAPDURequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withCardReaderAPDURequest(CardReaderAPDURequest cardReaderAPDURequest) -
Uses of CardReaderAPDURequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as CardReaderAPDURequest Modifier and Type Field Description protected CardReaderAPDURequestSaleToPOIRequest. cardReaderAPDURequestThe Card reader apdu request.Methods in com.adyen.model.nexo that return CardReaderAPDURequest Modifier and Type Method Description CardReaderAPDURequestObjectFactory. createCardReaderAPDURequest()Create an instance ofCardReaderAPDURequestCardReaderAPDURequestSaleToPOIRequest. getCardReaderAPDURequest()Gets the value of the cardReaderAPDURequest property.Methods in com.adyen.model.nexo with parameters of type CardReaderAPDURequest Modifier and Type Method Description voidSaleToPOIRequest. setCardReaderAPDURequest(CardReaderAPDURequest value)Sets the value of the cardReaderAPDURequest property.
-