InstaTax.Core.DomainObjects.TaxStatement.GetHousingLoanInterestAmount C# (CSharp) Method

GetHousingLoanInterestAmount() private method

private GetHousingLoanInterestAmount ( ) : double
return double
        private double GetHousingLoanInterestAmount()
        {
            return HousingLoanInterest == null ? 0 : HousingLoanInterest.GetAllowedExemption();
        }