Class GetLoanTransactionRelation

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

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

  • Constructor Details

    • GetLoanTransactionRelation

      public GetLoanTransactionRelation()
  • Method Details

    • amount

      public GetLoanTransactionRelation amount(Double amount)
    • getAmount

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

      public void setAmount(Double amount)
    • fromLoanTransaction

      public GetLoanTransactionRelation fromLoanTransaction(Long fromLoanTransaction)
    • getFromLoanTransaction

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

      public void setFromLoanTransaction(Long fromLoanTransaction)
    • paymentType

      public GetLoanTransactionRelation paymentType(String paymentType)
    • getPaymentType

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

      public void setPaymentType(String paymentType)
    • relationType

      public GetLoanTransactionRelation relationType(String relationType)
    • getRelationType

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

      public void setRelationType(String relationType)
    • toLoanCharge

      public GetLoanTransactionRelation toLoanCharge(Long toLoanCharge)
    • getToLoanCharge

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

      public void setToLoanCharge(Long toLoanCharge)
    • toLoanTransaction

      public GetLoanTransactionRelation 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