Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 594 Bytes

ProcessingRule.md

File metadata and controls

22 lines (16 loc) · 594 Bytes

WorldnetPayments::ProcessingRule

Properties

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

Example

require 'worldnet_payments'

instance = WorldnetPayments::ProcessingRule.new(
  enable: null,
  conditions: null,
  _then: null
)