From 6d7b1abab80c792d956ee11c060825037b62edae Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 29 Jul 2020 23:13:42 +0530 Subject: docs --- taler-wallet.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 { -- cgit v1.2.3