summaryrefslogtreecommitdiff
path: root/api-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-20 02:38:31 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-20 02:38:31 +0200
commit4089195734651c33bffe7ca5a68f0a7222a2b33e (patch)
tree42f39c6c935ff2f5b021b4485fa2a4351793c9f3 /api-exchange.rst
parent9626efb721bf07cf946a80741fc611cadc2a0c61 (diff)
downloaddocs-4089195734651c33bffe7ca5a68f0a7222a2b33e.tar.gz
docs-4089195734651c33bffe7ca5a68f0a7222a2b33e.tar.bz2
docs-4089195734651c33bffe7ca5a68f0a7222a2b33e.zip
introduce refund fee
Diffstat (limited to 'api-exchange.rst')
-rw-r--r--api-exchange.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index d3a759da..c9cf525e 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -1127,6 +1127,10 @@ Refunds
// must be larger than the refund fee.
refund_amount: Amount;
+ // Refund fee associated with the given coin.
+ // must be smaller than the refund amount.
+ refund_fee: Amount;
+
// SHA-512 hash of the contact of the merchant with the customer.
H_contract: HashCode;