Sha256: 25fa0189f825a7e69d3d5a288527f77d7f216bb61f065d63cdfda4f5ecb232c2

Contents?: true

Size: 444 Bytes

Versions: 1

Compression:

Stored size: 444 Bytes

Contents

# MxPlatformRuby::TransactionsResponseBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **pagination** | [**Pagination**](Pagination.md) |  | [optional] |
| **transactions** | [**Array<Transaction>**](Transaction.md) |  | [optional] |

## Example

```ruby
require 'mx-platform-ruby'

instance = MxPlatformRuby::TransactionsResponseBody.new(
  pagination: null,
  transactions: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mx-platform-ruby-0.2.1 docs/TransactionsResponseBody.md