docs/ClientLocale.md in first_data_gateway-1.2.0 vs docs/ClientLocale.md in first_data_gateway-1.3.0

- old
+ new

@@ -1,9 +1,19 @@ # OpenapiClient::ClientLocale ## Properties + Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **language** | **String** | Language used by client. | **country** | **String** | Country of the client. | + +## Code Sample + +```ruby +require 'OpenapiClient' + +instance = OpenapiClient::ClientLocale.new(language: en, + country: GB) +```