summaryrefslogtreecommitdiff
path: root/src/include/taler_merchantdb_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_merchantdb_plugin.h')
-rw-r--r--src/include/taler_merchantdb_plugin.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index d301eeef..7f120aba 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -278,6 +278,13 @@ struct TALER_MERCHANTDB_ProductDetails
* #GNUNET_TIME_UNIT_FOREVER_ABS for never.
*/
struct GNUNET_TIME_Timestamp next_restock;
+
+ /**
+ * Minimum required age for consumers buying this product.
+ * Default is 0. Only enforced of an exchange supports age
+ * restrictions.
+ */
+ uint32_t minimum_age;
};