class PayrolleeCz::TaxReliefChildName
Public Class Methods
new()
click to toggle source
Calls superclass method
PayrolleeCz::PayrollName::new
# File lib/payrollee_cz/pay_tag_names/tax_relief_child_name.rb, line 5 def initialize super(PayTagGateway::REF_TAX_RELIEF_CHILD, 'Tax relief - child', 'Tax relief - child (ยง 35c)', PayNameGateway::VPAYGRP_TAX_SOURCE, PayNameGateway::HPAYGRP_UNKNOWN) end