We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a634c commit 3d81de8Copy full SHA for 3d81de8
docs/PricingApi.md
@@ -111,7 +111,7 @@ end
111
api_instance = MessenteApi::PricingApi.new
112
username = 'username_example' # String | The API username
113
password = 'password_example' # String | The API password
114
-country = 'country_example' # String | The country code, for which to get the prices
+country = 'EE' # String | The country code, for which to get the prices
115
opts = {
116
format: 'format_example' # String | The format of the response. Can be either 'json' or 'xml'. If not specified, defaults to 'json'.
117
}
0 commit comments