taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 7461b477fe7960140ce1ca81ae3a158a5270c706
parent 62592ea1d47d2853a428ed079da67d353fc09328
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 21 Jul 2021 19:49:09 +0200

-make optional

Diffstat:
Mcore/api-merchant.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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; }