Exemple #1
0
 /// <summary>
 /// Get the interest amoount.
 /// </summary>
 /// <param name="statmentId">The statment id.</param>
 /// <param name="interestDate">The interest date of the reciept.</param>
 /// <param name="taxDueAmount">The tax due amount.</param>
 /// <returns>
 /// The decimal containing the interest information.
 /// </returns>
 public decimal F1004_GetInterestAmount(int statmentId, string interestDate, decimal taxDueAmount)
 {
     return(WSHelper.F1004_GetInterestAmount(statmentId, interestDate, taxDueAmount));
 }