Name | Type | Description | Notes |
---|---|---|---|
enable | Boolean | Indicates whether the rule should be evaluated. | |
conditions | Array<ProcessingRulePredicate> | The conditions that trigger the action, if met. | |
_then | ProcessingRuleInstruction |
require 'worldnet_payments'
instance = WorldnetPayments::ProcessingRule.new(
enable: null,
conditions: null,
_then: null
)