summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-21 19:49:09 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-21 19:49:09 +0200
commit7461b477fe7960140ce1ca81ae3a158a5270c706 (patch)
tree286dc6463e8bc65c9207a541b71c0b1c30115189 /core/api-merchant.rst
parent62592ea1d47d2853a428ed079da67d353fc09328 (diff)
downloaddocs-7461b477fe7960140ce1ca81ae3a158a5270c706.tar.gz
docs-7461b477fe7960140ce1ca81ae3a158a5270c706.tar.bz2
docs-7461b477fe7960140ce1ca81ae3a158a5270c706.zip
-make optional
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 4c61c1a2..ee614122 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3027,14 +3027,14 @@ It has the following structure:
interface Merchant {
// Label for a location with the business address of the merchant.
- address: Location;
+ address?: Location;
// The merchant's legal name of business.
name: string;
// Label for a location that denotes the jurisdiction for disputes.
// Some of the typical fields for a location (such as a street address) may be absent.
- jurisdiction: Location;
+ jurisdiction?: Location;
}