docs/CreatePayeeAddress.md in velopayments-2.14.90.pre.1 vs docs/CreatePayeeAddress.md in velopayments-2.17.8.beta1
- old
+ new
@@ -9,10 +9,10 @@
**line3** | **String** | | [optional]
**line4** | **String** | | [optional]
**city** | **String** | |
**county_or_province** | **String** | | [optional]
**zip_or_postcode** | **String** | | [optional]
-**country** | **String** | |
+**country** | **String** | Ideally a 2 letter ISO 3166-1 country code. But a limited set of additional values will be corrected. See Java Locale.getISOCountries() and Locale.getDisplayCountry() |
## Code Sample
```ruby
require 'VeloPayments'