Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 683 Bytes

SupportedCountryV2.md

File metadata and controls

22 lines (16 loc) · 683 Bytes

VeloPayments::SupportedCountryV2

Properties

Name Type Description Notes
iso_country_code String Valid ISO 3166 2 character country code. See the <a href=&quot;https://www.iso.org/iso-3166-country-codes.html\" target=&quot;_blank&quot; a>ISO specification</a> for details. [optional]
currencies Array<String> [optional]
regions Array<RegionV2> [optional]

Example

require 'velopayments'

instance = VeloPayments::SupportedCountryV2.new(
  iso_country_code: US,
  currencies: null,
  regions: null
)