Sha256: fcb894baad25be363c727c0f05943d89c4d6b5e412f329a4bf9b72b3f55f5b04

Contents?: true

Size: 871 Bytes

Versions: 6

Compression:

Stored size: 871 Bytes

Contents

# Conekta::RiskRulesData

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | rule id | [optional] |
| **field** | **String** | field to be used for the rule | [optional] |
| **created_at** | **String** | rule creation date | [optional] |
| **value** | **String** | value to be used for the rule | [optional] |
| **is_global** | **Boolean** | if the rule is global | [optional] |
| **is_test** | **Boolean** | if the rule is test | [optional] |
| **description** | **String** | description of the rule | [optional] |

## Example

```ruby
require 'conekta'

instance = Conekta::RiskRulesData.new(
  id: 618c3f2fdb8b8da9be376af9,
  field: email,
  created_at: 2021-11-10T21:52:47.339Z,
  value: email@example.com,
  is_global: false,
  is_test: false,
  description: secure customer example@example.com
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

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