Class PostLoansRepaymentSchedulePeriods

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

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

    • SERIALIZED_NAME_DUE_DATE

      public static final String SERIALIZED_NAME_DUE_DATE
      See Also:
    • SERIALIZED_NAME_FEE_CHARGES_DUE

      public static final String SERIALIZED_NAME_FEE_CHARGES_DUE
      See Also:
    • SERIALIZED_NAME_FEE_CHARGES_OUTSTANDING

      public static final String SERIALIZED_NAME_FEE_CHARGES_OUTSTANDING
      See Also:
    • SERIALIZED_NAME_PERIOD

      public static final String SERIALIZED_NAME_PERIOD
      See Also:
    • SERIALIZED_NAME_PRINCIPAL_DISBURSED

      public static final String SERIALIZED_NAME_PRINCIPAL_DISBURSED
      See Also:
    • SERIALIZED_NAME_PRINCIPAL_LOAN_BALANCE_OUTSTANDING

      public static final String SERIALIZED_NAME_PRINCIPAL_LOAN_BALANCE_OUTSTANDING
      See Also:
    • SERIALIZED_NAME_TOTAL_ACTUAL_COST_OF_LOAN_FOR_PERIOD

      public static final String SERIALIZED_NAME_TOTAL_ACTUAL_COST_OF_LOAN_FOR_PERIOD
      See Also:
    • SERIALIZED_NAME_TOTAL_DUE_FOR_PERIOD

      public static final String SERIALIZED_NAME_TOTAL_DUE_FOR_PERIOD
      See Also:
    • SERIALIZED_NAME_TOTAL_ORIGINAL_DUE_FOR_PERIOD

      public static final String SERIALIZED_NAME_TOTAL_ORIGINAL_DUE_FOR_PERIOD
      See Also:
    • SERIALIZED_NAME_TOTAL_OUTSTANDING_FOR_PERIOD

      public static final String SERIALIZED_NAME_TOTAL_OUTSTANDING_FOR_PERIOD
      See Also:
    • SERIALIZED_NAME_TOTAL_OVERDUE

      public static final String SERIALIZED_NAME_TOTAL_OVERDUE
      See Also:
  • Constructor Details

    • PostLoansRepaymentSchedulePeriods

      public PostLoansRepaymentSchedulePeriods()
  • Method Details

    • dueDate

      public PostLoansRepaymentSchedulePeriods dueDate(LocalDate dueDate)
    • getDueDate

      @Nullable public LocalDate getDueDate()
      Get dueDate
      Returns:
      dueDate
    • setDueDate

      public void setDueDate(LocalDate dueDate)
    • feeChargesDue

      public PostLoansRepaymentSchedulePeriods feeChargesDue(Long feeChargesDue)
    • getFeeChargesDue

      @Nullable public Long getFeeChargesDue()
      Get feeChargesDue
      Returns:
      feeChargesDue
    • setFeeChargesDue

      public void setFeeChargesDue(Long feeChargesDue)
    • feeChargesOutstanding

      public PostLoansRepaymentSchedulePeriods feeChargesOutstanding(Long feeChargesOutstanding)
    • getFeeChargesOutstanding

      @Nullable public Long getFeeChargesOutstanding()
      Get feeChargesOutstanding
      Returns:
      feeChargesOutstanding
    • setFeeChargesOutstanding

      public void setFeeChargesOutstanding(Long feeChargesOutstanding)
    • period

    • getPeriod

      @Nullable public Integer getPeriod()
      Get period
      Returns:
      period
    • setPeriod

      public void setPeriod(Integer period)
    • principalDisbursed

      public PostLoansRepaymentSchedulePeriods principalDisbursed(Long principalDisbursed)
    • getPrincipalDisbursed

      @Nullable public Long getPrincipalDisbursed()
      Get principalDisbursed
      Returns:
      principalDisbursed
    • setPrincipalDisbursed

      public void setPrincipalDisbursed(Long principalDisbursed)
    • principalLoanBalanceOutstanding

      public PostLoansRepaymentSchedulePeriods principalLoanBalanceOutstanding(Long principalLoanBalanceOutstanding)
    • getPrincipalLoanBalanceOutstanding

      @Nullable public Long getPrincipalLoanBalanceOutstanding()
      Get principalLoanBalanceOutstanding
      Returns:
      principalLoanBalanceOutstanding
    • setPrincipalLoanBalanceOutstanding

      public void setPrincipalLoanBalanceOutstanding(Long principalLoanBalanceOutstanding)
    • totalActualCostOfLoanForPeriod

      public PostLoansRepaymentSchedulePeriods totalActualCostOfLoanForPeriod(Long totalActualCostOfLoanForPeriod)
    • getTotalActualCostOfLoanForPeriod

      @Nullable public Long getTotalActualCostOfLoanForPeriod()
      Get totalActualCostOfLoanForPeriod
      Returns:
      totalActualCostOfLoanForPeriod
    • setTotalActualCostOfLoanForPeriod

      public void setTotalActualCostOfLoanForPeriod(Long totalActualCostOfLoanForPeriod)
    • totalDueForPeriod

      public PostLoansRepaymentSchedulePeriods totalDueForPeriod(Long totalDueForPeriod)
    • getTotalDueForPeriod

      @Nullable public Long getTotalDueForPeriod()
      Get totalDueForPeriod
      Returns:
      totalDueForPeriod
    • setTotalDueForPeriod

      public void setTotalDueForPeriod(Long totalDueForPeriod)
    • totalOriginalDueForPeriod

      public PostLoansRepaymentSchedulePeriods totalOriginalDueForPeriod(Long totalOriginalDueForPeriod)
    • getTotalOriginalDueForPeriod

      @Nullable public Long getTotalOriginalDueForPeriod()
      Get totalOriginalDueForPeriod
      Returns:
      totalOriginalDueForPeriod
    • setTotalOriginalDueForPeriod

      public void setTotalOriginalDueForPeriod(Long totalOriginalDueForPeriod)
    • totalOutstandingForPeriod

      public PostLoansRepaymentSchedulePeriods totalOutstandingForPeriod(Long totalOutstandingForPeriod)
    • getTotalOutstandingForPeriod

      @Nullable public Long getTotalOutstandingForPeriod()
      Get totalOutstandingForPeriod
      Returns:
      totalOutstandingForPeriod
    • setTotalOutstandingForPeriod

      public void setTotalOutstandingForPeriod(Long totalOutstandingForPeriod)
    • totalOverdue

      public PostLoansRepaymentSchedulePeriods totalOverdue(Long totalOverdue)
    • getTotalOverdue

      @Nullable public Long getTotalOverdue()
      Get totalOverdue
      Returns:
      totalOverdue
    • setTotalOverdue

      public void setTotalOverdue(Long totalOverdue)
    • 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