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