C# Class InstaTax.Core.DomainObjects.FullyExemptDonation

Inheritance: DonationUnder80G
Exibir arquivo Open project: bagheera/tax Class Usage Examples

Public Methods

Method Description
FullyExemptDonation ( double amount ) : System

Protected Methods

Method Description
FullyExemptDonation ( ) : System
FullyExemptDonation ( double amount, TaxStatement taxStatement ) : System

Method Details

FullyExemptDonation() protected method

protected FullyExemptDonation ( ) : System
return System

FullyExemptDonation() public method

public FullyExemptDonation ( double amount ) : System
amount double
return System

FullyExemptDonation() protected method

protected FullyExemptDonation ( double amount, TaxStatement taxStatement ) : System
amount double
taxStatement TaxStatement
return System