summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 0d3f983c..fddaea57 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1844,6 +1844,8 @@ Giving Customer Tips
// Only present if asked for explicitly.
tips?: TipStatusEntry[];
+ // Is this reserve active (false if it was deleted but not purged)
+ active: boolean;
}
.. ts:def:: TipStatusEntry