Class GetLoansLoanIdLoanTransactionRelation

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

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

  • Constructor Details

    • GetLoansLoanIdLoanTransactionRelation

      public GetLoansLoanIdLoanTransactionRelation()
  • Method Details

    • amount

    • getAmount

      @Nullable public Double getAmount()
      Get amount
      Returns:
      amount
    • setAmount

      public void setAmount(Double amount)
    • fromLoanTransaction

      public GetLoansLoanIdLoanTransactionRelation fromLoanTransaction(Long fromLoanTransaction)
    • getFromLoanTransaction

      @Nullable public Long getFromLoanTransaction()
      Get fromLoanTransaction
      Returns:
      fromLoanTransaction
    • setFromLoanTransaction

      public void setFromLoanTransaction(Long fromLoanTransaction)
    • paymentType

      public GetLoansLoanIdLoanTransactionRelation paymentType(String paymentType)
    • getPaymentType

      @Nullable public String getPaymentType()
      Get paymentType
      Returns:
      paymentType
    • setPaymentType

      public void setPaymentType(String paymentType)
    • relationType

      public GetLoansLoanIdLoanTransactionRelation relationType(String relationType)
    • getRelationType

      @Nullable public String getRelationType()
      Get relationType
      Returns:
      relationType
    • setRelationType

      public void setRelationType(String relationType)
    • toLoanCharge

      public GetLoansLoanIdLoanTransactionRelation toLoanCharge(Long toLoanCharge)
    • getToLoanCharge

      @Nullable public Long getToLoanCharge()
      Get toLoanCharge
      Returns:
      toLoanCharge
    • setToLoanCharge

      public void setToLoanCharge(Long toLoanCharge)
    • toLoanTransaction

      public GetLoansLoanIdLoanTransactionRelation toLoanTransaction(Long toLoanTransaction)
    • getToLoanTransaction

      @Nullable public Long getToLoanTransaction()
      Get toLoanTransaction
      Returns:
      toLoanTransaction
    • setToLoanTransaction

      public void setToLoanTransaction(Long toLoanTransaction)
    • 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