Sha256: 5478a6263f7ba98309ec36780761c9ab09af2452ff512ab83e7a5f0e25019dd1
Contents?: true
Size: 832 Bytes
Versions: 5
Compression:
Stored size: 832 Bytes
Contents
# Conekta::CheckoutsResponse ## 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<CheckoutResponse>**](CheckoutResponse.md) | | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::CheckoutsResponse.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
5 entries across 5 versions & 1 rubygems