Uses of Class
com.adyen.model.nexo.ReconciliationResponse
-
Packages that use ReconciliationResponse Package Description com.adyen.model.nexo -
-
Uses of ReconciliationResponse in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as ReconciliationResponse Modifier and Type Field Description protected ReconciliationResponseSaleToPOIResponse. reconciliationResponseThe Reconciliation response.Methods in com.adyen.model.nexo that return ReconciliationResponse Modifier and Type Method Description ReconciliationResponseObjectFactory. createReconciliationResponse()Create an instance ofReconciliationResponseReconciliationResponseSaleToPOIResponse. getReconciliationResponse()Gets the value of the reconciliationResponse property.Methods in com.adyen.model.nexo with parameters of type ReconciliationResponse Modifier and Type Method Description voidSaleToPOIResponse. setReconciliationResponse(ReconciliationResponse value)Sets the value of the reconciliationResponse property.
-