コード例 #1
0
ファイル: LoanProduct.cs プロジェクト: Ramazanov/FomsNet
 public LoanProduct()
 {
     _productType = OProductTypes.Loan;
        roundingType = ORoundingType.Approximate;
        GracePeriodOfLateFees = 0;
     EntryFeesPercentage = true;
        _hasValue = true;
 }
コード例 #2
0
ファイル: LoanProduct.cs プロジェクト: BillTheBest/opencbs
 public LoanProduct()
 {
     _productType = OProductTypes.Loan;
        roundingType = ORoundingType.Approximate;
        GracePeriodOfLateFees = 0;
        _hasValue = true;
        EntryFeeCycles = new List<int>();
 }
コード例 #3
0
ファイル: LoanProduct.cs プロジェクト: logiciells/opencbs
 public LoanProduct()
 {
     _productType          = OProductTypes.Loan;
     roundingType          = ORoundingType.Approximate;
     GracePeriodOfLateFees = 0;
     _hasValue             = true;
     EntryFeeCycles        = new List <int>();
 }