Uses of Class
com.adyen.model.nexo.TransmitRequest
-
Packages that use TransmitRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of TransmitRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type TransmitRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withTransmitRequest(TransmitRequest transmitRequest) -
Uses of TransmitRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as TransmitRequest Modifier and Type Field Description protected TransmitRequestSaleToPOIRequest. transmitRequestThe Transmit request.Methods in com.adyen.model.nexo that return TransmitRequest Modifier and Type Method Description TransmitRequestObjectFactory. createTransmitRequest()Create an instance ofTransmitRequestTransmitRequestSaleToPOIRequest. getTransmitRequest()Gets the value of the transmitRequest property.Methods in com.adyen.model.nexo with parameters of type TransmitRequest Modifier and Type Method Description voidSaleToPOIRequest. setTransmitRequest(TransmitRequest value)Sets the value of the transmitRequest property.
-