# VeloPayments::SupportedCountry2 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **iso_country_code** | **String** | | [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"], regions: null) ```