Sha256: 49fca62d523079b38e456249a5887baca4f76f388b53d9904b64cb4020985133
Contents?: true
Size: 632 Bytes
Versions: 4
Compression:
Stored size: 632 Bytes
Contents
# VeloPayments::SupportedCountry ## 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] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::SupportedCountry.new(iso_country_code: US, currencies: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems