summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-10 20:01:59 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-10 20:01:59 +0530
commit25def8ac73c2ae3b2420d5f9bbd05f32871c96ad (patch)
treed15db6dfad264e0a50fa003af4f360d365ec3827 /taler-wallet.rst
parentf4d412ee1149740d0c9b88022e9815f9d48603d3 (diff)
downloaddocs-25def8ac73c2ae3b2420d5f9bbd05f32871c96ad.tar.gz
docs-25def8ac73c2ae3b2420d5f9bbd05f32871c96ad.tar.bz2
docs-25def8ac73c2ae3b2420d5f9bbd05f32871c96ad.zip
wallet API
Diffstat (limited to 'taler-wallet.rst')
-rw-r--r--taler-wallet.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index 8c414ad5..7d9bbd93 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -783,6 +783,9 @@ Prepare Pay
// Amount that the merchant is asking for.
amountRaw: Amount;
+ // Amount that will be subtracted from the wallet balance
+ amountEffective: Amount;
+
// Redirect URL for the fulfillment page,
// only given if paid==true.
nextUrl?: string;