diff options
Diffstat (limited to 'src/include/taler_exchange_service.h')
| -rw-r--r-- | src/include/taler_exchange_service.h | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index c097dff1..9e8caab8 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -351,11 +351,17 @@ 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)     */    struct GNUNET_TIME_Absolute start_date;  | 
