Class InteropQuoteResponseData
java.lang.Object
org.apache.fineract.infrastructure.core.data.CommandProcessingResult
org.apache.fineract.interoperation.data.InteropResponseData
org.apache.fineract.interoperation.data.InteropQuoteResponseData
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.apache.fineract.interoperation.data.InteropResponseData
ISO_DATE_TIME_FORMATTER, ISO_DATE_TIME_PATTERN -
Method Summary
Modifier and TypeMethodDescriptionstatic InteropQuoteResponseDatabuild(@NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, @NotNull String quoteCode) static InteropQuoteResponseDatabuild(@NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, LocalDateTime expiration, List<ExtensionData> extensionList, @NotNull String quoteCode, MoneyData fspFee, MoneyData fspCommission) static InteropQuoteResponseDatabuild(Long commandId, @NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, @NotNull String quoteCode) static InteropQuoteResponseDatabuild(Long commandId, @NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, LocalDateTime expiration, List<ExtensionData> extensionList, @NotNull String quoteCode, MoneyData fspFee, MoneyData fspCommission) voidsetFspCommission(MoneyData fspCommission) voidMethods inherited from class org.apache.fineract.interoperation.data.InteropResponseData
build, build, build, build, format, getExpiration, getExpirationDate, getExtensionList, getState, getTransactionCode, parseMethods 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
-
Method Details
-
build
public static InteropQuoteResponseData build(Long commandId, @NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, LocalDateTime expiration, List<ExtensionData> extensionList, @NotNull @NotNull String quoteCode, MoneyData fspFee, MoneyData fspCommission) -
build
public static InteropQuoteResponseData build(@NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, LocalDateTime expiration, List<ExtensionData> extensionList, @NotNull @NotNull String quoteCode, MoneyData fspFee, MoneyData fspCommission) -
build
public static InteropQuoteResponseData build(Long commandId, @NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, @NotNull @NotNull String quoteCode) -
build
public static InteropQuoteResponseData build(@NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, @NotNull @NotNull String quoteCode) -
getQuoteCode
-
getFspFee
-
setFspFee
-
getFspCommission
-
setFspCommission
-