Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 653 Bytes

TransactionPaginatedResult.md

File metadata and controls

22 lines (16 loc) · 653 Bytes

WorldnetPayments::TransactionPaginatedResult

Properties

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]

Example

require 'worldnet_payments'

instance = WorldnetPayments::TransactionPaginatedResult.new(
  data: null,
  _next: null,
  links: null
)