Sha256: 8ae89c3316472c9a5890a53a06c86d16db84edd05ce72ec3e828f061ac27b962
Contents?: true
Size: 502 Bytes
Versions: 69
Compression:
Stored size: 502 Bytes
Contents
# MxPlatformRuby::TransactionRulesResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] | | **transaction_rules** | [**Array<TransactionRuleResponse>**](TransactionRuleResponse.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::TransactionRulesResponseBody.new( pagination: null, transaction_rules: null ) ```
Version data entries
69 entries across 69 versions & 1 rubygems