summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-wallet.rst')
-rw-r--r--taler-wallet.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index 6b712c1a..bc826359 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -498,6 +498,7 @@ Refunds
interface WalletApplyRefundResponse {
// Identifier for the purchase that was refunded
+ // DEPRECATED: Will disappear soon.
contractTermsHash: string;
amountEffectivePaid: Amount;
@@ -507,6 +508,9 @@ Refunds
amountRefundGone: Amount;
pendingAtExchange: boolean;
+
+ // Short info about the order being refunded.
+ info: OrderShortInfo;
}
Exchange Management