# VeloPayments::SupportedCountry ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **iso_country_code** | **String** | | [optional] **currencies** | **Array<String>** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::SupportedCountry.new(iso_country_code: null, currencies: null) ```