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

Version Path
velopayments-2.37.150.beta1 docs/SupportedCountryV2.md
velopayments-2.35.58 docs/SupportedCountryV2.md
velopayments-2.35.58.beta1 docs/SupportedCountryV2.md
velopayments-2.29.128.beta1 docs/SupportedCountryV2.md
velopayments-2.26.124.beta1 docs/SupportedCountryV2.md