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