Class PaymentLockTokens
java.lang.Object
com.broadleafcommerce.paymenttransaction.web.endpoint.domain.PaymentLockTokens
- All Implemented Interfaces:
Serializable
A request DTO used to authorize updates on a set of locked payments.
- Author:
- Marie Standeven (marieStandeven)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getLockToken
(@NonNull String paymentId) Map of tokens keyed byPayment
ID that can be used to authorize updates for existing payment locks.int
hashCode()
void
setLockTokens
(Map<String, String> lockTokens) Map of tokens keyed byPayment
ID that can be used to authorize updates for existing payment locks.toString()
-
Constructor Details
-
PaymentLockTokens
public PaymentLockTokens()
-
-
Method Details
-
getLockToken
-
getLockTokens
Map of tokens keyed byPayment
ID that can be used to authorize updates for existing payment locks.- Returns:
- Map of tokens that can be used to authorize updates for existing payment locks.
-
setLockTokens
Map of tokens keyed byPayment
ID that can be used to authorize updates for existing payment locks.- Parameters:
lockTokens
- Map of tokens that can be used to authorize updates for existing payment locks.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-