Sha256: 933adc9a137734acabdf7c00c3b2b3a2e60ed352f1b81573134ef176d032daf4

Contents?: true

Size: 365 Bytes

Versions: 5

Compression:

Stored size: 365 Bytes

Contents

# VeloPayments::SupportedCurrencyResponseV2

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **currencies** | [**Array<SupportedCurrencyV2>**](SupportedCurrencyV2.md) |  | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::SupportedCurrencyResponseV2.new(
  currencies: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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