| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected ReconciliationType |
ReconciliationResponse.reconciliationType
The Reconciliation.
|
protected ReconciliationType |
ReconciliationRequest.reconciliationType
The Reconciliation.
|
| Modifier and Type | Method and Description |
|---|---|
static ReconciliationType |
ReconciliationType.fromValue(String v)
From value reconciliation type.
|
ReconciliationType |
ReconciliationResponse.getReconciliationType()
Gets the value of the reconciliationType property.
|
ReconciliationType |
ReconciliationRequest.getReconciliationType()
Gets the value of the reconciliationType property.
|
static ReconciliationType |
ReconciliationType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReconciliationResponse.setReconciliationType(ReconciliationType value)
Sets the value of the reconciliationType property.
|
void |
ReconciliationRequest.setReconciliationType(ReconciliationType value)
Sets the value of the reconciliationType property.
|
Copyright © 2022. All rights reserved.