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