summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-12 16:09:37 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-12 16:09:42 +0200
commit51fc9f0d4a9cf32e7304e8e0edb08c612482f7c9 (patch)
treed9324271976c009779dca278d62eef79b806e981 /core
parentdd1c70d6de4b8a29c00bfe000b5740896a05cc1b (diff)
downloaddocs-51fc9f0d4a9cf32e7304e8e0edb08c612482f7c9.tar.gz
docs-51fc9f0d4a9cf32e7304e8e0edb08c612482f7c9.tar.bz2
docs-51fc9f0d4a9cf32e7304e8e0edb08c612482f7c9.zip
document #6363
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 57a669a6..8cbdbe9b 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -912,6 +912,11 @@ Setting up instances
// Merchant name corresponding to this instance.
name: string;
+ // Type of the user (business or individual).
+ // Defaults to 'business'. Should become mandatory field
+ // in the future, left as optional for API compatibility for now.
+ user_type?: string;
+
// Merchant email for customer contact.
email?: string;
@@ -1025,6 +1030,11 @@ Setting up instances
// Merchant name corresponding to this instance.
name: string;
+ // Type of the user (business or individual).
+ // Defaults to 'business'. Should become mandatory field
+ // in the future, left as optional for API compatibility for now.
+ user_type?: string;
+
// Merchant email for customer contact.
email?: string;
@@ -1099,6 +1109,9 @@ Inspecting instances
// Merchant name corresponding to this instance.
name: string;
+ // Type of the user ("business" or "individual").
+ user_type: string;
+
// Merchant public website.
website?: string;
@@ -1145,6 +1158,9 @@ Inspecting instances
// Merchant name corresponding to this instance.
name: string;
+ // Type of the user ("business" or "individual").
+ user_type: string;
+
// Merchant email for customer contact.
email?: string;