Uses of Class
com.adyen.model.nexo.ReconciliationType
-
Packages that use ReconciliationType Package Description com.adyen.model.nexo -
-
Uses of ReconciliationType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as ReconciliationType Modifier and Type Field Description protected ReconciliationTypeReconciliationRequest. reconciliationTypeThe Reconciliation.protected ReconciliationTypeReconciliationResponse. reconciliationTypeThe Reconciliation.Methods in com.adyen.model.nexo that return ReconciliationType Modifier and Type Method Description static ReconciliationTypeReconciliationType. fromValue(String v)From value reconciliation type.ReconciliationTypeReconciliationRequest. getReconciliationType()Gets the value of the reconciliationType property.ReconciliationTypeReconciliationResponse. getReconciliationType()Gets the value of the reconciliationType property.static ReconciliationTypeReconciliationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReconciliationType[]ReconciliationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type ReconciliationType Modifier and Type Method Description voidReconciliationRequest. setReconciliationType(ReconciliationType value)Sets the value of the reconciliationType property.voidReconciliationResponse. setReconciliationType(ReconciliationType value)Sets the value of the reconciliationType property.
-