taler-docs

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

commit f0129a27580fd611d8ddc4f1c59e08b19c912ce6
parent 483dbb59bd0cfe77a0de22f350b3f8154d5a6efe
Author: Florian Dold <florian@dold.me>
Date:   Mon, 17 Mar 2025 12:22:28 +0100

exchange: clarify properties

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

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -5818,6 +5818,9 @@ and freeze or unfreeze accounts suspected of money laundering. // Can be used to store properties such as PEP, // risk category, type of business, hits on // sanctions lists, etc. + // + // Passing a properties object overrides all + // of the current properties for the AML account. properties?: AccountProperties; // What are the new rules?