commit 8505885198dd3863e4a774935cb670e5aab51dcb
parent e7b46f2cefb7b38813bb233c4a15a55dc511b918
Author: Sebastian <sebasjm@gmail.com>
Date: Sun, 29 Jun 2025 22:46:13 -0300
add deprecation notice for min_cashout
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
@@ -664,6 +664,7 @@ Account Management
// Custom minimum cashout amount for this account.
// If null or absent, the global conversion fee is used.
// @since **v6**
+ // @deprecated in **v9**, use conversion_rate_class_id instead
min_cashout?: Amount;
// Is this account visible to anyone?
@@ -731,6 +732,7 @@ Account Management
// Custom minimum cashout amount for this account.
// If null or absent, the global conversion fee is used.
// @since **v6**
+ // @deprecated in **v9**, use conversion_rate_class_id instead
min_cashout?: Amount;
// Addresses where to send the TAN for transactions.