Sha256: 8afcd7e349f63c9320164f0364d69e3abbfab9f604097233c1f132950e413feb

Contents?: true

Size: 622 Bytes

Versions: 5

Compression:

Stored size: 622 Bytes

Contents

# VeloPayments::SupportedCurrencyV2

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **currency** | **String** | Valid ISO 4217 3 letter currency code. See the <a href=\"https://www.iso.org/iso-4217-currency-codes.html\" target=\"_blank\" a>ISO specification</a> for details. | [optional] |
| **max_payment_amount** | **Integer** | The max amount allowed in this currency | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::SupportedCurrencyV2.new(
  currency: USD,
  max_payment_amount: 100000
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

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