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