Uses of Class
com.adyen.model.nexo.BatchResponse
-
Packages that use BatchResponse Package Description com.adyen.model.nexo -
-
Uses of BatchResponse in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as BatchResponse Modifier and Type Field Description protected BatchResponseSaleToPOIResponse. batchResponseThe Batch response.Methods in com.adyen.model.nexo that return BatchResponse Modifier and Type Method Description BatchResponseObjectFactory. createBatchResponse()Create an instance ofBatchResponseBatchResponseSaleToPOIResponse. getBatchResponse()Gets the value of the batchResponse property.Methods in com.adyen.model.nexo with parameters of type BatchResponse Modifier and Type Method Description voidSaleToPOIResponse. setBatchResponse(BatchResponse value)Sets the value of the batchResponse property.
-