Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
TaxRates::setNetRates Method

Sets net tax rates for one year for employee or employer for all trust funds.

C++
void setNetRates(
    int year, 
    taxrateType taxType, 
    double oasiRate, 
    double diRate, 
    double hiRate
);
Parameters 
Description 
int year 
Year for which rates are being set. 
taxrateType taxType 
Tax type. 0: employee, 1: employer. 
double oasiRate 
OASI tax rate. 
double diRate 
DI tax rate. 
double hiRate 
HI tax rate. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!