Sha256: 6a1ce55ef3fc1ace2de9f210869cf7cbce3be599dcc5d2cb9a65c1a6877c3b0d
Contents?: true
Size: 476 Bytes
Versions: 70
Compression:
Stored size: 476 Bytes
Contents
# MxPlatformRuby::TransactionsResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] | | **transactions** | [**Array<TransactionResponse>**](TransactionResponse.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::TransactionsResponseBody.new( pagination: null, transactions: null ) ```
Version data entries
70 entries across 70 versions & 1 rubygems