Sha256: 457255e33777a16bb681925fa6deb7018e39670a6901ff985a2abd7de462dc16
Contents?: true
Size: 458 Bytes
Versions: 70
Compression:
Stored size: 458 Bytes
Contents
# 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 ) ```
Version data entries
70 entries across 70 versions & 1 rubygems