# VeloPayments::SupportedCurrencyResponseV2 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **currencies** | [**Array<SupportedCurrencyV2>**](SupportedCurrencyV2.md) | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::SupportedCurrencyResponseV2.new(currencies: null) ```