summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
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;