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