Class CreditDebit

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

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

  • Constructor Details

    • CreditDebit

      public CreditDebit()
  • Method Details

    • amount

      public CreditDebit amount(BigDecimal amount)
    • getAmount

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

      public void setAmount(BigDecimal amount)
    • glAccountId

      public CreditDebit glAccountId(Long glAccountId)
    • getGlAccountId

      @Nullable public Long getGlAccountId()
      Get glAccountId
      Returns:
      glAccountId
    • setGlAccountId

      public void setGlAccountId(Long glAccountId)
    • 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