summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd.h')
-rw-r--r--src/exchange/taler-exchange-httpd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd.h b/src/exchange/taler-exchange-httpd.h
index 7c95c9dc0..3f934dbd5 100644
--- a/src/exchange/taler-exchange-httpd.h
+++ b/src/exchange/taler-exchange-httpd.h
@@ -65,6 +65,14 @@ struct TEH_KycOptions
struct TALER_Amount withdraw_limit;
/**
+ * Maximum balance a wallet can hold without
+ * needing KYC.
+ * Only valid if @e mode is not #TEH_KYC_NONE and
+ * if the amount specified is valid.
+ */
+ struct TALER_Amount wallet_balance_limit;
+
+ /**
* Time period over which @e withdraw_limit applies.
* Only valid if @e mode is not #TEH_KYC_NONE.
*/