PaymentSDK
Mobile payment SDK
|
List of transaction states. More...
Public Instance Methods | |
WirecardTransactionState (String value) | |
String | getValue () |
Public Fields | |
SUCCESS =("success") | |
Successful state. More... | |
FAILED =("failed") | |
Failure state. More... | |
IN_PROGRES =("in-progress") | |
In-progress state. More... | |
REPEATED =("repeated") | |
Repeated state. More... | |
Private Fields | |
String | value |
List of transaction states.
|
inline |
|
inline |
de.wirecard.paymentsdk.WirecardTransactionState.FAILED =("failed") |
Failure state.
de.wirecard.paymentsdk.WirecardTransactionState.IN_PROGRES =("in-progress") |
In-progress state.
de.wirecard.paymentsdk.WirecardTransactionState.REPEATED =("repeated") |
Repeated state.
de.wirecard.paymentsdk.WirecardTransactionState.SUCCESS =("success") |
Successful state.
|
private |