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