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