Sha256: 5660d082bf603468400cb00f3a9507b55aea5fa61101bb37ddd2741dd194403f
Contents?: true
Size: 426 Bytes
Versions: 1
Compression:
Stored size: 426 Bytes
Contents
# 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 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mx-platform-ruby-0.2.1 | docs/MerchantsResponseBody.md |