gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 02/06: fix optional field notation


From: gnunet
Subject: [taler-docs] 02/06: fix optional field notation
Date: Sun, 10 May 2020 01:15:44 +0200

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

ms pushed a commit to branch master
in repository docs.

commit 76013b87e4879d12946d566f24af4c34ae7bc65b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri May 8 23:19:35 2020 +0200

    fix optional field notation
---
 libeufin/api-nexus2.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/libeufin/api-nexus2.rst b/libeufin/api-nexus2.rst
index 7d5b1f0..ba4d4de 100644
--- a/libeufin/api-nexus2.rst
+++ b/libeufin/api-nexus2.rst
@@ -96,7 +96,7 @@ Bank Account Management
        uuid: string;
 
        // Specify the bank transport to use for the submission.
-       transport: string?;
+       transport?: string;
      }
 
   :status 404 Not Found: the unique identifier **or**
@@ -148,14 +148,15 @@ Bank Account Management
 
   .. ts:def:: PreparedPaymentRequest
 
-     interface PreparedPayment {
+     interface PreparedPaymentRequest {
        // IBAN that will receive the payment.
        iban: string;
        // BIC hosting the IBAN.
        bic: string;
        // Legal subject that will receive the payment.
        name: string;
-
+       // payment subject. 
+       subject: string;
        // amount, in the format CURRENCY:XX.YY
        amount: string
      }

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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