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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanList of tokens that can be used to release payment locks.inthashCode()voidsetLockTokens(Collection<String> lockTokens) List of tokens that can be used to release payment locks.toString()
- 
Constructor Details- 
UnlockPaymentRequestpublic UnlockPaymentRequest()
 
- 
- 
Method Details- 
getLockTokensList of tokens that can be used to release payment locks.- Returns:
- List of tokens that can be used to release payment locks.
 
- 
setLockTokensList 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
- 
hashCodepublic int hashCode()
- 
toString
 
-