Sha256: 376f8bb1d7fbf76c719e628e2158d530a33e6b8ecac0112f67879d242e63381e
Contents?: true
Size: 683 Bytes
Versions: 5
Compression:
Stored size: 683 Bytes
Contents
# VeloPayments::SupportedCountryV2 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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<RegionV2>**](RegionV2.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::SupportedCountryV2.new( iso_country_code: US, currencies: null, regions: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems