# VeloPayments::GetPayoutsResponseV4 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **summary** | [**PagedPayeeResponseSummary**](PagedPayeeResponseSummary.md) | | [optional] **page** | [**PagedPayeeResponsePage**](PagedPayeeResponsePage.md) | | [optional] **links** | [**Array<PagedPayeeResponseLinks>**](PagedPayeeResponseLinks.md) | | [optional] **content** | [**Array<PayoutSummaryAuditV4>**](PayoutSummaryAuditV4.md) | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::GetPayoutsResponseV4.new(summary: null, page: null, links: null, content: null) ```