public enum ReconciliationTypeEnumeration extends Enum<ReconciliationTypeEnumeration>
Java class for ReconciliationTypeEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ReconciliationTypeEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="SaleReconciliation"/>
<enumeration value="AcquirerSynchronisation"/>
<enumeration value="AcquirerReconciliation"/>
<enumeration value="PreviousReconciliation"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ACQUIRER_RECONCILIATION
Reconciliation between the POI and one or several Acquirers only.
|
ACQUIRER_SYNCHRONISATION
Reconciliation and closure of the current period, with synchronisation of the reconciliation between the POI and Acquirers.
|
PREVIOUS_RECONCILIATION
Request result of a previous reconciliation.
|
SALE_RECONCILIATION
Reconciliation with closure of the current period, without any Acquirers synchronisation.
|
| Modifier and Type | Method and Description |
|---|---|
static ReconciliationTypeEnumeration |
fromValue(String v) |
String |
value() |
static ReconciliationTypeEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReconciliationTypeEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReconciliationTypeEnumeration SALE_RECONCILIATION
public static final ReconciliationTypeEnumeration ACQUIRER_SYNCHRONISATION
public static final ReconciliationTypeEnumeration ACQUIRER_RECONCILIATION
public static final ReconciliationTypeEnumeration PREVIOUS_RECONCILIATION
public static ReconciliationTypeEnumeration[] values()
for (ReconciliationTypeEnumeration c : ReconciliationTypeEnumeration.values()) System.out.println(c);
public static ReconciliationTypeEnumeration valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static ReconciliationTypeEnumeration fromValue(String v)
Copyright © 2018. All rights reserved.