Confirmed users
483
edits
m (→In-app payment) |
m (→In-app payment) |
||
| Line 112: | Line 112: | ||
**'''request''': Request object. | **'''request''': Request object. | ||
*** '''price''': List of prices per country. | *** '''price''': List of prices per country. | ||
**** '''country''': Country code expressed following the recommendations from [ | **** '''country''': Country code expressed following the recommendations from [http://www.iso.org/iso/country_codes/iso_3166_code_lists/country_names_and_code_elements.htm ISO 3166 ]. | ||
**** '''currency''': Currency code expressed following the recommendations from [ | **** '''currency''': Currency code expressed following the recommendations from [http://www.xe.com/iso4217.php/ ISO 4217]. | ||
**** '''amount''': Value withouth taxes of the digital good being sold. | **** '''amount''': Value withouth taxes of the digital good being sold. | ||
*** '''defaultPrice''': (optional if only one value in the former collection) default price to be considered as payment price when there is not matching between the customer currency and the currency prices located in the price collection. This value is expressed following [ | *** '''defaultPrice''': (optional if only one value in the former collection) default price to be considered as payment price when there is not matching between the customer currency and the currency prices located in the price collection. This value is expressed following [http://www.iso.org/iso/country_codes/iso_3166_code_lists/country_names_and_code_elements.htm ISO 3166] and must match with one of the countries in the price list. | ||
*** '''name''': A short description of the product. | *** '''name''': A short description of the product. | ||
*** '''description''': A long description of the product. | *** '''description''': A long description of the product. | ||