Class ClaimCheckoutTransactionsRequest
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.domain.ClaimCheckoutTransactionsRequest
- All Implemented Interfaces:
Serializable
Request domain used to claim checkout transactions.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The payment lock token.The id of the payment to claim the transactions against.The id of the checkout request to claim the transactions for.The type of the transaction.int
hashCode()
boolean
Whether to reset transaction reversal state.void
setLockToken
(String lockToken) The payment lock token.void
setPaymentId
(String paymentId) The id of the payment to claim the transactions against.void
setRequestId
(String requestId) The id of the checkout request to claim the transactions for.void
setResetTransactionReversalState
(boolean resetTransactionReversalState) Whether to reset transaction reversal state.void
setTransactionType
(String transactionType) The type of the transaction.toString()
-
Constructor Details
-
ClaimCheckoutTransactionsRequest
public ClaimCheckoutTransactionsRequest()
-
-
Method Details
-
getPaymentId
The id of the payment to claim the transactions against. -
getRequestId
The id of the checkout request to claim the transactions for. -
getTransactionType
The type of the transaction. -
isResetTransactionReversalState
public boolean isResetTransactionReversalState()Whether to reset transaction reversal state. -
getLockToken
The payment lock token. -
setPaymentId
The id of the payment to claim the transactions against. -
setRequestId
The id of the checkout request to claim the transactions for. -
setTransactionType
The type of the transaction. -
setResetTransactionReversalState
public void setResetTransactionReversalState(boolean resetTransactionReversalState) Whether to reset transaction reversal state. -
setLockToken
The payment lock token. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-