ruleRestrictions property
- @BuiltValueField.new(wireName: r'ruleRestrictions')
Contains one or more objects that define the rule conditions. Each object must have a value and an operation which determines how the values must be evaluated. For example, a countries object can have a list of country codes \"US\", \"CA\" in the value field and anyMatch in the operation field.
Implementation
@BuiltValueField(wireName: r'ruleRestrictions')
TransactionRuleRestrictions get ruleRestrictions;