From 7461b477fe7960140ce1ca81ae3a158a5270c706 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 21 Jul 2021 19:49:09 +0200 Subject: -make optional --- core/api-merchant.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/api-merchant.rst') 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; } -- cgit v1.2.3