Class Const
- java.lang.Object
-
- de.adorsys.opba.protocol.sandbox.hbci.protocol.Const
-
public class Const extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXTstatic StringDIALOG_IDstatic StringINSTANT_PAYMENTstatic StringPAYMENTstatic StringPAYMENT_STATUSstatic StringSEPA_INFOstatic StringTRANSACTIONS
-
Constructor Summary
Constructors Constructor Description Const()
-
-
-
Field Detail
-
CONTEXT
public static final String CONTEXT
- See Also:
- Constant Field Values
-
SEPA_INFO
public static final String SEPA_INFO
- See Also:
- Constant Field Values
-
TRANSACTIONS
public static final String TRANSACTIONS
- See Also:
- Constant Field Values
-
PAYMENT
public static final String PAYMENT
- See Also:
- Constant Field Values
-
INSTANT_PAYMENT
public static final String INSTANT_PAYMENT
- See Also:
- Constant Field Values
-
PAYMENT_STATUS
public static final String PAYMENT_STATUS
- See Also:
- Constant Field Values
-
DIALOG_ID
public static final String DIALOG_ID
- See Also:
- Constant Field Values
-
-