summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}