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
ConstructorsConstructorDescriptionInteropTransactionData(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 TypeMethodDescriptionstatic InteropTransactionDatabuild(org.apache.fineract.portfolio.savings.domain.SavingsAccountTransaction transaction) voidupdateNote(String note) 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
-
Constructor Details
-
InteropTransactionData
public 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 Details
-
build
public static InteropTransactionData build(org.apache.fineract.portfolio.savings.domain.SavingsAccountTransaction transaction) -
updateNote
-