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 boolean
boolean
The updatedCreditAccount
for the executedCreditAccountTransaction
.The executedCreditAccountTransaction
.int
hashCode()
void
setCreditAccount
(CreditAccount creditAccount) The updatedCreditAccount
for the executedCreditAccountTransaction
.void
setTransaction
(CreditAccountTransaction transaction) The executedCreditAccountTransaction
.toString()
-
Constructor Details
-
StoreCreditTransactionExecutionResponse
public StoreCreditTransactionExecutionResponse()
-
-
Method Details
-
getCreditAccount
The updatedCreditAccount
for the executedCreditAccountTransaction
.- Returns:
- the updated
CreditAccount
-
getTransaction
The executedCreditAccountTransaction
.- Returns:
- the executed
CreditAccountTransaction
-
setCreditAccount
The updatedCreditAccount
for the executedCreditAccountTransaction
.- Parameters:
creditAccount
- the updatedCreditAccount
-
setTransaction
The executedCreditAccountTransaction
.- Parameters:
transaction
- the executedCreditAccountTransaction
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-