class PayrolleeCz::TaxWithholdBaseName

Public Class Methods

new() click to toggle source
Calls superclass method PayrolleeCz::PayrollName::new
# File lib/payrollee_cz/pay_tag_names/tax_withhold_base_name.rb, line 5
def initialize
  super(PayTagGateway::REF_TAX_WITHHOLD_BASE,
        'Withholding Tax base', 'Withholding Tax base',
        PayNameGateway::VPAYGRP_TAX_INCOME, PayNameGateway::HPAYGRP_UNKNOWN)
end