Conekta::CreateRuleWhitelistRequest

July 21, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
descriptionStringDescription of the rule
fieldStringField to be used for the rule
valueStringValue to be used for the rule

Example

require 'conekta'

instance = Conekta::CreateRuleWhitelistRequest.new(
  description: this client email was verified at 20/09/22 by internal process,
  field: email | phone | card_token,
  value: email@example.com | 818081808180 | src_2qUCNd5AyQqfPMBuV
)