Class UnlockPaymentRequest
java.lang.Object
com.broadleafcommerce.paymenttransaction.web.endpoint.domain.UnlockPaymentRequest
- All Implemented Interfaces:
Serializable
A request DTO used to release locks on a set of payments.
- Author:
- Chris Kittrell (ckittrell)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
List of tokens that can be used to release payment locks.int
hashCode()
void
setLockTokens
(Collection<String> lockTokens) List of tokens that can be used to release payment locks.toString()
-
Constructor Details
-
UnlockPaymentRequest
public UnlockPaymentRequest()
-
-
Method Details
-
getLockTokens
List of tokens that can be used to release payment locks.- Returns:
- List of tokens that can be used to release payment locks.
-
setLockTokens
List of tokens that can be used to release payment locks.- Parameters:
lockTokens
- List of tokens that can be used to release payment locks.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-