summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMarcello Stanisci <ms@taler.net>2020-05-09 12:06:39 +0200
committerMarcello Stanisci <ms@taler.net>2020-05-10 01:15:38 +0200
commitb79d14082a08ab5c8613e841baed101542988ccf (patch)
tree776323b387cce02e44f760c0d9b6816f5f2da085 /libeufin
parent5f538d13b733bf45272881e818084dfe173e0c28 (diff)
downloaddocs-b79d14082a08ab5c8613e841baed101542988ccf.tar.gz
docs-b79d14082a08ab5c8613e841baed101542988ccf.tar.bz2
docs-b79d14082a08ab5c8613e841baed101542988ccf.zip
add missing fields
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-nexus.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index e96b6862..3ebc5c3b 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -228,7 +228,13 @@ Bank Account Management
// amount, in the format [-]CURRENCY:XX.YY,
// where the minus sign as prefix indicates
// a debit for the user's bank account.
- amount: string
+ amount: string;
+
+ // Dashed date YYYY-MM(01-12)-DD(01-31) of the transaction.
+ date: string;
+
+ // Payment subject.
+ subject: string;
}
Bank Transports