taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 6133a47bdfbe8649f810179386a63abf24b4430d
parent 90b25835bbdef569c9623153cfd933bc36db084b
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon, 29 Nov 2021 00:42:29 -0500

fix formatting w/ ‘BankAccountInfoWithBalance’

Diffstat:
Mlibeufin/api-nexus.rst | 25+++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)

diff --git 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