Sha256: 3950107eb7330bb13713e067c1894a975851da49c6d0689cf0256ba07e80f662

Contents?: true

Size: 846 Bytes

Versions: 6

Compression:

Stored size: 846 Bytes

Contents

# Conekta::OrderResponseProducts

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

## Example

```ruby
require 'conekta'

instance = Conekta::OrderResponseProducts.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/OrderResponseProducts.md
conekta-6.0.4 docs/OrderResponseProducts.md
conekta-6.0.3 docs/OrderResponseProducts.md
conekta-6.0.2 docs/OrderResponseProducts.md
conekta-6.0.1 docs/OrderResponseProducts.md
conekta-6.0.0 docs/OrderResponseProducts.md