diff options
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r-- | core/api-merchant.rst | 6 |
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; |