Sha256: 449e9584751894c149a1d325111d18371e73d8ffd9d0f4747fadbd7956ee24a5

Contents?: true

Size: 836 Bytes

Versions: 6

Compression:

Stored size: 836 Bytes

Contents

# Conekta::GetCompaniesResponse

## 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<CompanyResponse>**](CompanyResponse.md) |  | [optional] |

## Example

```ruby
require 'conekta'

instance = Conekta::GetCompaniesResponse.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

6 entries across 6 versions & 1 rubygems

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