docs/SupportedCountry2.md in velopayments-2.19.40.beta1 vs docs/SupportedCountry2.md in velopayments-2.19.116

- old
+ new

@@ -2,20 +2,20 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**iso_country_code** | **String** | | [optional] +**iso_country_code** | **String** | Valid ISO 3166 2 character country code. See the <a href=\"https://www.iso.org/iso-3166-country-codes.html\" target=\"_blank\" a>ISO specification</a> for details. | [optional] **currencies** | **Array<String>** | | [optional] **regions** | [**Array<Region>**](Region.md) | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::SupportedCountry2.new(iso_country_code: US, - currencies: ["USD"], + currencies: null, regions: null) ```