Class ClaimCheckoutTransactionsRequest

java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.domain.ClaimCheckoutTransactionsRequest
All Implemented Interfaces:
Serializable

public class ClaimCheckoutTransactionsRequest extends Object implements Serializable
Request domain used to claim checkout transactions.
See Also:
  • Constructor Details

    • ClaimCheckoutTransactionsRequest

      public ClaimCheckoutTransactionsRequest()
  • Method Details

    • getPaymentId

      public String getPaymentId()
      The id of the payment to claim the transactions against.
    • getRequestId

      public String getRequestId()
      The id of the checkout request to claim the transactions for.
    • getTransactionType

      public String getTransactionType()
      The type of the transaction.
    • isResetTransactionReversalState

      public boolean isResetTransactionReversalState()
      Whether to reset transaction reversal state.
    • getLockToken

      @Nullable public String getLockToken()
      The payment lock token.
    • setPaymentId

      public void setPaymentId(String paymentId)
      The id of the payment to claim the transactions against.
    • setRequestId

      public void setRequestId(String requestId)
      The id of the checkout request to claim the transactions for.
    • setTransactionType

      public void setTransactionType(String transactionType)
      The type of the transaction.
    • setResetTransactionReversalState

      public void setResetTransactionReversalState(boolean resetTransactionReversalState)
      Whether to reset transaction reversal state.
    • setLockToken

      public void setLockToken(@Nullable String lockToken)
      The payment lock token.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object