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