From 164c125528e4af078815c0156df54fa0120eed8a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 17 Apr 2017 14:01:55 +0200 Subject: introducing closing fee --- src/include/taler_exchange_service.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/include/taler_exchange_service.h') diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index c097dff1a..9e8caab88 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -351,10 +351,16 @@ struct TALER_EXCHANGE_WireAggregateFees struct TALER_EXCHANGE_WireAggregateFees *next; /** - * Fee to be paid. + * Fee to be paid whenever the exchange wires funds to the merchant. */ struct TALER_Amount wire_fee; + /** + * Fee to be paid when the exchange closes a reserve and wires funds + * back to a customer. + */ + struct TALER_Amount closing_fee; + /** * Time when this fee goes into effect (inclusive) */ -- cgit v1.2.3