# MxPlatformRuby::MerchantsResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **merchants** | [**Array<Merchant>**](Merchant.md) | | [optional] | | **pagination** | [**Pagination**](Pagination.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::MerchantsResponseBody.new( merchants: null, pagination: null ) ```