Sha256: 2ee001b64c5bfc11afef0639da1220746f59f0beb25b6623ea26882e698aa712

Contents?: true

Size: 384 Bytes

Versions: 6

Compression:

Stored size: 384 Bytes

Contents

# Conekta::Pagination

## 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 |  |

## Example

```ruby
require 'conekta'

instance = Conekta::Pagination.new(
  has_more: false,
  object: list
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
conekta-6.0.5 docs/Pagination.md
conekta-6.0.4 docs/Pagination.md
conekta-6.0.3 docs/Pagination.md
conekta-6.0.2 docs/Pagination.md
conekta-6.0.1 docs/Pagination.md
conekta-6.0.0 docs/Pagination.md