# VeloPayments::PagedResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **page** | [**PagedResponsePage**](PagedResponsePage.md) | | [optional] **links** | **Array<Object>** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PagedResponse.new(page: null, links: null) ```