Class StoreCreditTransactionExecutionResponse
java.lang.Object
com.broadleafcommerce.payment.service.gateway.StoreCreditTransactionExecutionResponse
- All Implemented Interfaces:
Serializable
Response object contains the updated
CreditAccount and executed
CreditAccountTransaction.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe updatedCreditAccountfor the executedCreditAccountTransaction.The executedCreditAccountTransaction.inthashCode()voidsetCreditAccount(CreditAccount creditAccount) The updatedCreditAccountfor the executedCreditAccountTransaction.voidsetTransaction(CreditAccountTransaction transaction) The executedCreditAccountTransaction.toString()
-
Constructor Details
-
StoreCreditTransactionExecutionResponse
public StoreCreditTransactionExecutionResponse()
-
-
Method Details
-
getCreditAccount
The updatedCreditAccountfor the executedCreditAccountTransaction.- Returns:
- the updated
CreditAccount
-
getTransaction
The executedCreditAccountTransaction.- Returns:
- the executed
CreditAccountTransaction
-
setCreditAccount
The updatedCreditAccountfor the executedCreditAccountTransaction.- Parameters:
creditAccount- the updatedCreditAccount
-
setTransaction
The executedCreditAccountTransaction.- Parameters:
transaction- the executedCreditAccountTransaction
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-