Input
Valid DIC Active
Rule `valid_dic_active`: Checks active VAT ID.
Usage
Use when active VAT status is required.
$schema = \Lemonade\Framework\Validation\ValidationSchema::create()
->field('field', 'Field')
->activeDic()
->end();
$result = $validator->validate($payload, $schema);
Stable rule name
valid_dic_active for translations, registry lookup and per-rule messages.
Group
Identity / Czech business