Sha256: 6eae27a5d0c4236919bf9276e44637be97983be699ea47fdb43dee86a373d166
Contents?: true
Size: 750 Bytes
Versions: 3
Compression:
Stored size: 750 Bytes
Contents
# VeloPayments::SupportedCountry2 ## 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<Region>**](Region.md) | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::SupportedCountry2.new(iso_country_code: US, currencies: null, regions: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.20.119 | docs/SupportedCountry2.md |
velopayments-2.20.29.beta1 | docs/SupportedCountry2.md |
velopayments-2.19.116 | docs/SupportedCountry2.md |