Class GetLoansLoanIdRepaymentSchedule

java.lang.Object
org.apache.fineract.client.models.GetLoansLoanIdRepaymentSchedule

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class GetLoansLoanIdRepaymentSchedule extends Object
GetLoansLoanIdRepaymentSchedule
  • Field Details

  • Constructor Details

    • GetLoansLoanIdRepaymentSchedule

      public GetLoansLoanIdRepaymentSchedule()
  • Method Details

    • currency

    • getCurrency

      @Nullable public GetLoansLoanIdCurrency getCurrency()
      Get currency
      Returns:
      currency
    • setCurrency

      public void setCurrency(GetLoansLoanIdCurrency currency)
    • loanTermInDays

      public GetLoansLoanIdRepaymentSchedule loanTermInDays(Long loanTermInDays)
    • getLoanTermInDays

      @Nullable public Long getLoanTermInDays()
      Get loanTermInDays
      Returns:
      loanTermInDays
    • setLoanTermInDays

      public void setLoanTermInDays(Long loanTermInDays)
    • periods

    • addPeriodsItem

    • getPeriods

      @Nullable public List<GetLoansLoanIdRepaymentPeriod> getPeriods()
      Get periods
      Returns:
      periods
    • setPeriods

      public void setPeriods(List<GetLoansLoanIdRepaymentPeriod> periods)
    • totalFeeChargesCharged

      public GetLoansLoanIdRepaymentSchedule totalFeeChargesCharged(Double totalFeeChargesCharged)
    • getTotalFeeChargesCharged

      @Nullable public Double getTotalFeeChargesCharged()
      Get totalFeeChargesCharged
      Returns:
      totalFeeChargesCharged
    • setTotalFeeChargesCharged

      public void setTotalFeeChargesCharged(Double totalFeeChargesCharged)
    • totalInterestCharged

      public GetLoansLoanIdRepaymentSchedule totalInterestCharged(Double totalInterestCharged)
    • getTotalInterestCharged

      @Nullable public Double getTotalInterestCharged()
      Get totalInterestCharged
      Returns:
      totalInterestCharged
    • setTotalInterestCharged

      public void setTotalInterestCharged(Double totalInterestCharged)
    • totalOutstanding

      public GetLoansLoanIdRepaymentSchedule totalOutstanding(Double totalOutstanding)
    • getTotalOutstanding

      @Nullable public Double getTotalOutstanding()
      Get totalOutstanding
      Returns:
      totalOutstanding
    • setTotalOutstanding

      public void setTotalOutstanding(Double totalOutstanding)
    • totalPaidInAdvance

      public GetLoansLoanIdRepaymentSchedule totalPaidInAdvance(Double totalPaidInAdvance)
    • getTotalPaidInAdvance

      @Nullable public Double getTotalPaidInAdvance()
      Get totalPaidInAdvance
      Returns:
      totalPaidInAdvance
    • setTotalPaidInAdvance

      public void setTotalPaidInAdvance(Double totalPaidInAdvance)
    • totalPaidLate

      public GetLoansLoanIdRepaymentSchedule totalPaidLate(Double totalPaidLate)
    • getTotalPaidLate

      @Nullable public Double getTotalPaidLate()
      Get totalPaidLate
      Returns:
      totalPaidLate
    • setTotalPaidLate

      public void setTotalPaidLate(Double totalPaidLate)
    • totalPenaltyChargesCharged

      public GetLoansLoanIdRepaymentSchedule totalPenaltyChargesCharged(Double totalPenaltyChargesCharged)
    • getTotalPenaltyChargesCharged

      @Nullable public Double getTotalPenaltyChargesCharged()
      Get totalPenaltyChargesCharged
      Returns:
      totalPenaltyChargesCharged
    • setTotalPenaltyChargesCharged

      public void setTotalPenaltyChargesCharged(Double totalPenaltyChargesCharged)
    • totalPrincipalDisbursed

      public GetLoansLoanIdRepaymentSchedule totalPrincipalDisbursed(Double totalPrincipalDisbursed)
    • getTotalPrincipalDisbursed

      @Nullable public Double getTotalPrincipalDisbursed()
      Get totalPrincipalDisbursed
      Returns:
      totalPrincipalDisbursed
    • setTotalPrincipalDisbursed

      public void setTotalPrincipalDisbursed(Double totalPrincipalDisbursed)
    • totalPrincipalExpected

      public GetLoansLoanIdRepaymentSchedule totalPrincipalExpected(Double totalPrincipalExpected)
    • getTotalPrincipalExpected

      @Nullable public Double getTotalPrincipalExpected()
      Get totalPrincipalExpected
      Returns:
      totalPrincipalExpected
    • setTotalPrincipalExpected

      public void setTotalPrincipalExpected(Double totalPrincipalExpected)
    • totalPrincipalPaid

      public GetLoansLoanIdRepaymentSchedule totalPrincipalPaid(Double totalPrincipalPaid)
    • getTotalPrincipalPaid

      @Nullable public Double getTotalPrincipalPaid()
      Get totalPrincipalPaid
      Returns:
      totalPrincipalPaid
    • setTotalPrincipalPaid

      public void setTotalPrincipalPaid(Double totalPrincipalPaid)
    • totalRepaymentExpected

      public GetLoansLoanIdRepaymentSchedule totalRepaymentExpected(Double totalRepaymentExpected)
    • getTotalRepaymentExpected

      @Nullable public Double getTotalRepaymentExpected()
      Get totalRepaymentExpected
      Returns:
      totalRepaymentExpected
    • setTotalRepaymentExpected

      public void setTotalRepaymentExpected(Double totalRepaymentExpected)
    • totalWaived

      public GetLoansLoanIdRepaymentSchedule totalWaived(Double totalWaived)
    • getTotalWaived

      @Nullable public Double getTotalWaived()
      Get totalWaived
      Returns:
      totalWaived
    • setTotalWaived

      public void setTotalWaived(Double totalWaived)
    • totalWrittenOff

      public GetLoansLoanIdRepaymentSchedule totalWrittenOff(Double totalWrittenOff)
    • getTotalWrittenOff

      @Nullable public Double getTotalWrittenOff()
      Get totalWrittenOff
      Returns:
      totalWrittenOff
    • setTotalWrittenOff

      public void setTotalWrittenOff(Double totalWrittenOff)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object