Sha256: af4f4d3be18e3ec3848374f136200e65403b5a6496e3f22aefdbc2cec20d66a5

Contents?: true

Size: 830 Bytes

Versions: 5

Compression:

Stored size: 830 Bytes

Contents

# Conekta::GetChargesResponse

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

## Example

```ruby
require 'conekta'

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

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