commit 3d688bbc47a3aa8b360de6ca594d1f3a00f56a4a
parent c1abb57ba8abb7b0b45d18fa4058ef70455c3ca9
Author: MS <ms@taler.net>
Date: Fri, 15 Jan 2021 10:58:09 +0100
place fixme
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/util/src/main/kotlin/JSON.kt b/util/src/main/kotlin/JSON.kt
@@ -36,8 +36,9 @@ data class RawPayment(
val subject: String,
val date: String? = null,
val uid: String? = null, // FIXME: explain this value.
- val direction: String,
- // the following two values are rather CAMT/PAIN
+ val direction: String, // FIXME: this following value should be restricted to only DBIT/CRDT.
+
+ // The following two values are rather CAMT/PAIN
// specific, therefore do not need to be returned
// along every API call using this object.
val pmtInfId: String? = null,