summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-wallet.rst')
-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 {