summaryrefslogtreecommitdiff
path: root/core/api-bank-access.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-05-10 18:23:03 +0200
committerMS <ms@taler.net>2023-05-10 18:23:03 +0200
commit902203ca0a391a05bb229d9b599fd2fa9b016939 (patch)
treed5cce62aff8977105dedc4d286acb0b397dcf7c0 /core/api-bank-access.rst
parenta1d5601e269dce35367f9ce992d0e95e384b6ce8 (diff)
downloaddocs-902203ca0a391a05bb229d9b599fd2fa9b016939.tar.gz
docs-902203ca0a391a05bb229d9b599fd2fa9b016939.tar.bz2
docs-902203ca0a391a05bb229d9b599fd2fa9b016939.zip
registering public accounts
Diffstat (limited to 'core/api-bank-access.rst')
-rw-r--r--core/api-bank-access.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 2bb8a6ba..62c99fd4 100644
--- 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;
}