Uses of Class
com.adyen.model.nexo.BatchRequest
-
Packages that use BatchRequest Package Description com.adyen.builders.terminal com.adyen.model.nexo -
-
Uses of BatchRequest in com.adyen.builders.terminal
Methods in com.adyen.builders.terminal with parameters of type BatchRequest Modifier and Type Method Description TerminalAPIRequestBuilderTerminalAPIRequestBuilder. withBatchRequest(BatchRequest batchRequest) -
Uses of BatchRequest in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as BatchRequest Modifier and Type Field Description protected BatchRequestSaleToPOIRequest. batchRequestThe Batch request.Methods in com.adyen.model.nexo that return BatchRequest Modifier and Type Method Description BatchRequestObjectFactory. createBatchRequest()Create an instance ofBatchRequestBatchRequestSaleToPOIRequest. getBatchRequest()Gets the value of the batchRequest property.Methods in com.adyen.model.nexo with parameters of type BatchRequest Modifier and Type Method Description voidSaleToPOIRequest. setBatchRequest(BatchRequest value)Sets the value of the batchRequest property.
-