summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-29 23:13:42 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-29 23:13:42 +0530
commit6d7b1abab80c792d956ee11c060825037b62edae (patch)
tree89f80f70222f1313d8c7215ec040f35d7a45d461
parent7adfec2296239134650c5c933528ed819857d096 (diff)
downloaddocs-6d7b1abab80c792d956ee11c060825037b62edae.tar.gz
docs-6d7b1abab80c792d956ee11c060825037b62edae.tar.bz2
docs-6d7b1abab80c792d956ee11c060825037b62edae.zip
docs
-rw-r--r--taler-wallet.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index 200863f7..78daad1a 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -669,6 +669,13 @@ Prepare Pay
// Verbatim contract terms as generated by the merchant.
contractTerms: ContractTerms;
+
+ // Amount that the merchant is asking for.
+ amountRaw: Amount;
+
+ // Amount that will effectively be subtracted from the wallet's
+ // balance when accepting this proposal.
+ amountEffective: Amount;
}
interface PreparePayInsufficientBalanceResponse {