summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taler-merchant-api-tutorial.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst
index bfae7f02..ea8f72b6 100644
--- a/taler-merchant-api-tutorial.rst
+++ b/taler-merchant-api-tutorial.rst
@@ -655,6 +655,9 @@ locations
transmitted) once, and can otherwise be referred to via the label. A
non-exhaustive list of location attributes is the following:
+ name
+ receiver name for delivery, either business or person name.
+
country
Name of the country for delivery, as found on a postal package,
i.e. “France”.
@@ -672,18 +675,16 @@ locations
city
Name of the city for delivery, as found on a postal package.
- ZIP code
+ zip_code
ZIP code for delivery, as found on a postal package.
street
Street name for delivery, as found on a postal package.
- street number
+ street_number
Street number (number of the house) for delivery, as found on a
postal package.
- name receiver name for delivery, either business or person name.
-
Note that locations are not required to specify all of these fields,
and they is also allowed to have additional fields. Contract
renderers must render at least the fields listed above, and should