gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: fees


From: gnunet
Subject: [taler-docs] branch master updated: fees
Date: Thu, 09 Apr 2020 11:00:47 +0200

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 874e88f  fees
874e88f is described below

commit 874e88f0601d3b41205c62ab009e370b33dfdc80
Author: Florian Dold <address@hidden>
AuthorDate: Thu Apr 9 14:30:43 2020 +0530

    fees
---
 design-documents/002-wallet-exchange-management.rst | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/design-documents/002-wallet-exchange-management.rst 
b/design-documents/002-wallet-exchange-management.rst
index 86d56e5..dd8b3c2 100644
--- a/design-documents/002-wallet-exchange-management.rst
+++ b/design-documents/002-wallet-exchange-management.rst
@@ -176,9 +176,10 @@ Response:
       // Is this exchange the default exchange for this withdrawal?
       isDefault: boolean;
 
-      // The "reasonable-ness" of the exchange's fees, in context
-      // of the withdrawn amount.
-      feeStructureSummaryForAmount: FeeStructureSummaryForAmount;
+      withdrawalWithdrawnAmount: Amount;
+      withdrawalCreditAmount: Amount;
+      withdrawalFeeAmount: Amount;
+      withdrawalOverheadAmount: Amount;
     };
   }
 
@@ -312,11 +313,10 @@ Response:
         // Is this exchange the default exchange for this withdrawal?
         isDefault: boolean;
 
-        // The "reasonable-ness" of the exchange's fees, in context
-        // of the withdrawn amount.
-        // Only provided if available (if we've already queried
-        // and checked this exchange before).
-        feeStructureSummaryForAmount: FeeStructureSummaryForAmount | undefined;
+        withdrawalWithdrawnAmount: Amount;
+        withdrawalCreditAmount: Amount;
+        withdrawalFeeAmount: Amount;
+        withdrawalOverheadAmount: Amount;
       };
     }[];
   }

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



reply via email to

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