# VeloPayments::SupportedCurrency ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **currency** | **String** | ISO Currency Code | [optional] **max_payment_amount** | **Integer** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::SupportedCurrency.new(currency: null, max_payment_amount: null) ```