summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-21 19:49:34 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-21 19:49:34 +0200
commit25c840abcd5acee4d9e93e853954568e2e2ae796 (patch)
tree18845d95777e5c33854dcffec607dacd003fcbda /core
parent7461b477fe7960140ce1ca81ae3a158a5270c706 (diff)
downloaddocs-25c840abcd5acee4d9e93e853954568e2e2ae796.tar.gz
docs-25c840abcd5acee4d9e93e853954568e2e2ae796.tar.bz2
docs-25c840abcd5acee4d9e93e853954568e2e2ae796.zip
-reorder
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index ee614122..a6cb94de 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3026,12 +3026,12 @@ It has the following structure:
.. ts:def:: Merchant
interface Merchant {
- // Label for a location with the business address of the merchant.
- address?: Location;
-
// The merchant's legal name of business.
name: string;
+ // Label for a location with the business address of the merchant.
+ address?: Location;
+
// 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;