summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 8e60e63a..f6981750 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2938,20 +2938,20 @@ It has the following structure:
.. ts:def:: Tax
interface Tax {
- // the name of the tax
+ // The name of the tax.
name: string;
- // amount paid in tax
+ // Amount paid in tax.
tax: Amount;
}
.. ts:def:: Merchant
interface Merchant {
- // label for a location with the business address of the merchant
+ // Label for a location with the business address of the merchant.
address: Location;
- // the merchant's legal name of business
+ // The merchant's legal name of business.
name: string;
// label for a location that denotes the jurisdiction for disputes.