summaryrefslogtreecommitdiff
path: root/wallet/src/main/java/net/taler/wallet/history/HistoryEvent.kt
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-04-01 15:11:55 -0300
committerTorsten Grote <t@grobox.de>2020-04-01 15:11:55 -0300
commit9401b3e8f0d6f49751a4d203502cfb76842599c0 (patch)
treeb5fda8690ce0f43027d560064442e610981f85a4 /wallet/src/main/java/net/taler/wallet/history/HistoryEvent.kt
parentb2bec204e214e6b077c4c1901d07fabec27104e9 (diff)
downloadtaler-android-9401b3e8f0d6f49751a4d203502cfb76842599c0.tar.gz
taler-android-9401b3e8f0d6f49751a4d203502cfb76842599c0.tar.bz2
taler-android-9401b3e8f0d6f49751a4d203502cfb76842599c0.zip
[wallet] automatic code cleanup
Diffstat (limited to 'wallet/src/main/java/net/taler/wallet/history/HistoryEvent.kt')
-rw-r--r--wallet/src/main/java/net/taler/wallet/history/HistoryEvent.kt6
1 files changed, 6 insertions, 0 deletions
diff --git a/wallet/src/main/java/net/taler/wallet/history/HistoryEvent.kt b/wallet/src/main/java/net/taler/wallet/history/HistoryEvent.kt
index b78c062..86a7ac0 100644
--- a/wallet/src/main/java/net/taler/wallet/history/HistoryEvent.kt
+++ b/wallet/src/main/java/net/taler/wallet/history/HistoryEvent.kt
@@ -40,6 +40,7 @@ enum class ReserveType {
*/
@JsonProperty("manual")
MANUAL,
+
/**
* Withdrawn from a bank that has "tight" Taler integration
*/
@@ -55,17 +56,22 @@ enum class RefreshReason {
@JsonProperty("manual")
@Suppress("unused")
MANUAL,
+
@JsonProperty("pay")
PAY,
+
@JsonProperty("refund")
@Suppress("unused")
REFUND,
+
@JsonProperty("abort-pay")
@Suppress("unused")
ABORT_PAY,
+
@JsonProperty("recoup")
@Suppress("unused")
RECOUP,
+
@JsonProperty("backup-restored")
@Suppress("unused")
BACKUP_RESTORED