taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 01549cef5329021146e8eb45e93725710901d296
parent 0c7f73afabd7d7ecbb9bae55916b9f66d1fd8849
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 22 Dec 2024 14:15:21 +0100

spec rule_name field

Diffstat:
Mcore/api-exchange.rst | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -5526,6 +5526,12 @@ and freeze or unfreeze accounts suspected of money laundering. // "TRANSACTION" or "REFUND". operation_type: string; + // Name of the configuration section this rule + // originates from. Not available for all rules. + // Primarily informational, but also useful to + // explicitly manipulate rules by-name in AML programs. + rule_name?: string; + // The measures will be taken if the given // threshold is crossed over the given timeframe. threshold: Amount;