Class ClaimCheckoutTransactionsRequest

    • Constructor Detail

      • ClaimCheckoutTransactionsRequest

        public ClaimCheckoutTransactionsRequest()
    • Method Detail

      • 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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object