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