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_exchangedb_lib.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/include/taler_exchangedb_lib.h') diff --git a/src/include/taler_exchangedb_lib.h b/src/include/taler_exchangedb_lib.h index 70ae3634a..561738c22 100644 --- a/src/include/taler_exchangedb_lib.h +++ b/src/include/taler_exchangedb_lib.h @@ -332,10 +332,15 @@ struct TALER_EXCHANGEDB_AggregateFees struct TALER_EXCHANGEDB_AggregateFees *next; /** - * Fee to be paid. + * Fee to be paid for wire transfers to a merchant. */ struct TALER_Amount wire_fee; + /** + * Fee to be paid when we close a reserve and send funds back. + */ + struct TALER_Amount closing_fee; + /** * Time when this fee goes into effect (inclusive) */ -- cgit v1.2.3