commit 902203ca0a391a05bb229d9b599fd2fa9b016939 parent a1d5601e269dce35367f9ce992d0e95e384b6ce8 Author: MS <ms@taler.net> Date: Wed, 10 May 2023 18:23:03 +0200 registering public accounts Diffstat:
| M | core/api-bank-access.rst | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst @@ -292,6 +292,8 @@ Registration (Testing) iban?: string; // Name of the person who owns the account being made. name?: string; + // Indicates whether the account is public or not. Defaults to false + isPublic?: boolean; }