commit 25c840abcd5acee4d9e93e853954568e2e2ae796
parent 7461b477fe7960140ce1ca81ae3a158a5270c706
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 21 Jul 2021 19:49:34 +0200
-reorder
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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;