We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e5b96 commit 8a94b60Copy full SHA for 8a94b60
1 file changed
docs/PricingApi.md
@@ -86,7 +86,7 @@ apiUsername.apiKey = 'YOUR API KEY';
86
var apiInstance = new MessenteApi.PricingApi();
87
var username = "username_example"; // String | The API username
88
var password = "password_example"; // String | The API password
89
-var country = "country_example"; // String | The country code, for which to get the prices
+var country = EE; // String | The country code, for which to get the prices
90
var opts = {
91
'format': "format_example" // String | The format of the response. Can be either 'json' or 'xml'. If not specified, defaults to 'json'.
92
};
0 commit comments