Sha256: 627dafa0e0e44dda4e89813dcb3a5d3c37077890567ac3c795b9f0e007f0a1ba
Contents?: true
Size: 587 Bytes
Versions: 5
Compression:
Stored size: 587 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] | ## Example ```ruby require 'velopayments' instance = VeloPayments::SupportedCountry.new( iso_country_code: US, currencies: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems