summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-exchange.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index b93e07aa..fb4ecf09 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1640,8 +1640,8 @@ denomination.
merchant_pub: EddsaPublicKey;
// Date until which the merchant can issue a refund to the customer via the
- // exchange, possibly zero if refunds are not allowed.
- refund_deadline: Timestamp;
+ // exchange, to be omitted if refunds are not allowed.
+ refund_deadline?: Timestamp;
// Signature over `TALER_DepositRequestPS`, made by the customer with the
// `coin's private key <coin-priv>`.