Class GetRecurringTransactionType

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

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

  • Constructor Details

    • GetRecurringTransactionType

      public GetRecurringTransactionType()
  • Method Details

    • approveTransfer

      public GetRecurringTransactionType approveTransfer(Boolean approveTransfer)
    • getApproveTransfer

      @Nullable public Boolean getApproveTransfer()
      Get approveTransfer
      Returns:
      approveTransfer
    • setApproveTransfer

      public void setApproveTransfer(Boolean approveTransfer)
    • code

      public GetRecurringTransactionType code(String code)
    • getCode

      @Nullable public String getCode()
      Get code
      Returns:
      code
    • setCode

      public void setCode(String code)
    • deposit

      public GetRecurringTransactionType deposit(Boolean deposit)
    • getDeposit

      @Nullable public Boolean getDeposit()
      Get deposit
      Returns:
      deposit
    • setDeposit

      public void setDeposit(Boolean deposit)
    • description

      public GetRecurringTransactionType description(String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • feeDeduction

      public GetRecurringTransactionType feeDeduction(Boolean feeDeduction)
    • getFeeDeduction

      @Nullable public Boolean getFeeDeduction()
      Get feeDeduction
      Returns:
      feeDeduction
    • setFeeDeduction

      public void setFeeDeduction(Boolean feeDeduction)
    • id

    • getId

      @Nullable public Long getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Long id)
    • initiateTransfer

      public GetRecurringTransactionType initiateTransfer(Boolean initiateTransfer)
    • getInitiateTransfer

      @Nullable public Boolean getInitiateTransfer()
      Get initiateTransfer
      Returns:
      initiateTransfer
    • setInitiateTransfer

      public void setInitiateTransfer(Boolean initiateTransfer)
    • interestPosting

      public GetRecurringTransactionType interestPosting(Boolean interestPosting)
    • getInterestPosting

      @Nullable public Boolean getInterestPosting()
      Get interestPosting
      Returns:
      interestPosting
    • setInterestPosting

      public void setInterestPosting(Boolean interestPosting)
    • overdraftFee

      public GetRecurringTransactionType overdraftFee(Boolean overdraftFee)
    • getOverdraftFee

      @Nullable public Boolean getOverdraftFee()
      Get overdraftFee
      Returns:
      overdraftFee
    • setOverdraftFee

      public void setOverdraftFee(Boolean overdraftFee)
    • overdraftInterest

      public GetRecurringTransactionType overdraftInterest(Boolean overdraftInterest)
    • getOverdraftInterest

      @Nullable public Boolean getOverdraftInterest()
      Get overdraftInterest
      Returns:
      overdraftInterest
    • setOverdraftInterest

      public void setOverdraftInterest(Boolean overdraftInterest)
    • rejectTransfer

      public GetRecurringTransactionType rejectTransfer(Boolean rejectTransfer)
    • getRejectTransfer

      @Nullable public Boolean getRejectTransfer()
      Get rejectTransfer
      Returns:
      rejectTransfer
    • setRejectTransfer

      public void setRejectTransfer(Boolean rejectTransfer)
    • withdrawTransfer

      public GetRecurringTransactionType withdrawTransfer(Boolean withdrawTransfer)
    • getWithdrawTransfer

      @Nullable public Boolean getWithdrawTransfer()
      Get withdrawTransfer
      Returns:
      withdrawTransfer
    • setWithdrawTransfer

      public void setWithdrawTransfer(Boolean withdrawTransfer)
    • withdrawal

      public GetRecurringTransactionType withdrawal(Boolean withdrawal)
    • getWithdrawal

      @Nullable public Boolean getWithdrawal()
      Get withdrawal
      Returns:
      withdrawal
    • setWithdrawal

      public void setWithdrawal(Boolean withdrawal)
    • writtenoff

      public GetRecurringTransactionType writtenoff(Boolean writtenoff)
    • getWrittenoff

      @Nullable public Boolean getWrittenoff()
      Get writtenoff
      Returns:
      writtenoff
    • setWrittenoff

      public void setWrittenoff(Boolean writtenoff)
    • 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