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

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