gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 02/02: fix formatting w/ ‘BankAccountInfoWithBalance’


From: gnunet
Subject: [taler-docs] 02/02: fix formatting w/ ‘BankAccountInfoWithBalance’
Date: Mon, 29 Nov 2021 06:43:31 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

commit 6133a47bdfbe8649f810179386a63abf24b4430d
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon Nov 29 00:42:29 2021 -0500

    fix formatting w/ ‘BankAccountInfoWithBalance’
---
 libeufin/api-nexus.rst | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index a356a99..f37e054 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -238,18 +238,19 @@ manages payment initiations of the account and tracks the 
initiations of payment
 
    Get basic information about the bank account named ``my-acct``.
 
-   interface BankAccountInfoWithBalance {
-     // ID number of the database row being the default bank connection
-     // of `my-acct`.
-     defaultBankConnection: number;
-     // Payto://-URI of `my-acct`.
-     accountPaytoUri: string;
-     // Balance of `my-acct` as it was downloaded from the bank
-     // along the last Camt document.  A human-readable message
-     // will inform the requester, should this value not be found.
-     lastSeenBalance: string;
-   }
-
+   .. ts:def:: BankAccountInfoWithBalance
+
+     interface BankAccountInfoWithBalance {
+       // ID number of the database row being the default bank connection
+       // of ``my-acct``.
+       defaultBankConnection: number;
+       // Payto://-URI of ``my-acct``.
+       accountPaytoUri: string;
+       // Balance of ``my-acct`` as it was downloaded from the bank
+       // along the last Camt document.  A human-readable message
+       // will inform the requester, should this value not be found.
+       lastSeenBalance: string;
+     }
 
 .. http:post:: 
{nexusBase}/bank-accounts/{acctid}/payment-initiations/{pmtid}/submit
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]