Class InteropTransactionData

java.lang.Object
org.apache.fineract.infrastructure.core.data.CommandProcessingResult
org.apache.fineract.interoperation.data.InteropTransactionData
All Implemented Interfaces:
Serializable

public class InteropTransactionData extends org.apache.fineract.infrastructure.core.data.CommandProcessingResult
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    InteropTransactionData(Long entityId, String accountId, String transactionId, org.apache.fineract.portfolio.savings.SavingsAccountTransactionType transactionType, BigDecimal amount, BigDecimal chargeAmount, String currency, BigDecimal accountBalance, LocalDate bookingDateTime, LocalDate valueDateTime, String note)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    build(org.apache.fineract.portfolio.savings.domain.SavingsAccountTransaction transaction)
     
    void
     

    Methods inherited from class org.apache.fineract.infrastructure.core.data.CommandProcessingResult

    commandOnlyResult, empty, fromCommandProcessingResult, fromCommandProcessingResult, fromDetails, getChanges, getClientId, getCommandId, getCreditBureauReportData, getGlimId, getGroupId, getGsimId, getLoanExternalId, getLoanId, getOfficeId, getProductId, getResourceExternalId, getResourceId, getResourceIdentifier, getRollbackTransaction, getSavingsId, getSubResourceExternalId, getSubResourceId, getTransactionId, hasChanges, isRollbackTransaction, resourceResult, resourceResult, resourceResult, setOfficeId, setRollbackTransaction, toString, withChanges

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • build

      public static InteropTransactionData build(org.apache.fineract.portfolio.savings.domain.SavingsAccountTransaction transaction)
    • updateNote

      public void updateNote(String note)