From 902203ca0a391a05bb229d9b599fd2fa9b016939 Mon Sep 17 00:00:00 2001 From: MS Date: Wed, 10 May 2023 18:23:03 +0200 Subject: registering public accounts --- core/api-bank-access.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/api-bank-access.rst') 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; } -- cgit v1.2.3