Name | Type | Description | Notes |
---|---|---|---|
data | Array<TransactionCompact> | List of elements. | |
_next | String | The cursor pointing to the next set of elements. | [optional] |
links | Array<HypermediaLink> | List of hypermedia links containing the operations available for the resource. | [optional] |
require 'worldnet_payments'
instance = WorldnetPayments::TransactionPaginatedResult.new(
data: null,
_next: null,
links: null
)