Sha256: 0e061bf97d94597f2fbad15b8f5548fb65b830ffd1da8c46cc567e517af65bc3
Contents?: true
Size: 638 Bytes
Versions: 6
Compression:
Stored size: 638 Bytes
Contents
# Conekta::WhitelistlistRuleResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Whitelist rule id | [optional] | | **field** | **String** | field used for whitelists rule | [optional] | | **value** | **String** | value used for whitelists rule | [optional] | | **description** | **String** | use an description for whitelisted rule | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::WhitelistlistRuleResponse.new( id: 2fw8EWJusiRrxdPzT, field: email, value: email@example.com, description: banned customer example@example.com ) ```
Version data entries
6 entries across 6 versions & 1 rubygems