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