Uses of Class
com.adyen.model.nexo.CardReaderInitRequest
-
Packages that use CardReaderInitRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of CardReaderInitRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type CardReaderInitRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withCardReaderInitRequest(CardReaderInitRequest cardReaderInitRequest) -
Uses of CardReaderInitRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as CardReaderInitRequest Modifier and Type Field Description protected CardReaderInitRequestSaleToPOIRequest. cardReaderInitRequestThe Card reader init request.Methods in com.adyen.model.nexo that return CardReaderInitRequest Modifier and Type Method Description CardReaderInitRequestObjectFactory. createCardReaderInitRequest()Create an instance ofCardReaderInitRequestCardReaderInitRequestSaleToPOIRequest. getCardReaderInitRequest()Gets the value of the cardReaderInitRequest property.Methods in com.adyen.model.nexo with parameters of type CardReaderInitRequest Modifier and Type Method Description voidSaleToPOIRequest. setCardReaderInitRequest(CardReaderInitRequest value)Sets the value of the cardReaderInitRequest property.
-