Sha256: e650eaffe6161881a03035ac23c0476a613b99a7b880d6cec18423b7a1cc7650

Contents?: true

Size: 818 Bytes

Versions: 5

Compression:

Stored size: 818 Bytes

Contents

# Conekta::RiskRulesList

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

## Example

```ruby
require 'conekta'

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