commit b79d14082a08ab5c8613e841baed101542988ccf parent 5f538d13b733bf45272881e818084dfe173e0c28 Author: Marcello Stanisci <ms@taler.net> Date: Sat, 9 May 2020 12:06:39 +0200 add missing fields Diffstat:
| M | libeufin/api-nexus.rst | | | 8 | +++++++- |
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git 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