# VeloPayments::SupportedCountriesResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **countries** | [**Array<SupportedCountry>**](SupportedCountry.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::SupportedCountriesResponse.new( countries: null ) ```