Sha256: 155741f63f9750e2c48624785996adef5a7485ce1c3a468ec867eab0ffa8f70e
Contents?: true
Size: 844 Bytes
Versions: 2
Compression:
Stored size: 844 Bytes
Contents
# Conekta::PayoutOrdersResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **has_more** | **Boolean** | Indicates if there are more pages to be requested | | | **object** | **String** | Object type, in this case is list | | | **next_page_url** | **String** | URL of the next page. | [optional] | | **previous_page_url** | **String** | Url of the previous page. | [optional] | | **data** | [**Array<PayoutOrderResponse>**](PayoutOrderResponse.md) | | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::PayoutOrdersResponse.new( has_more: false, object: list, next_page_url: https://api.conekta.io/resources?limit=10&next=chrg_1, previous_page_url: https://api.conekta.io/resources?limit=10&previous=chrg_1, data: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
conekta-6.0.4 | docs/PayoutOrdersResponse.md |
conekta-6.0.3 | docs/PayoutOrdersResponse.md |