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