# VeloPayments::GetPaymentsForPayoutResponseV4 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **summary** | [**GetPaymentsForPayoutResponseV4Summary**](GetPaymentsForPayoutResponseV4Summary.md) | | [optional] | | **page** | [**PagedPayeeInvitationStatusResponsePage**](PagedPayeeInvitationStatusResponsePage.md) | | [optional] | | **links** | [**Array<PagedPayeeResponseLinks>**](PagedPayeeResponseLinks.md) | | [optional] | | **content** | [**Array<PaymentResponseV4>**](PaymentResponseV4.md) | | [optional] | ## Example ```ruby require 'velopayments' instance = VeloPayments::GetPaymentsForPayoutResponseV4.new( summary: null, page: null, links: null, content: null ) ```