Class LockPaymentsResponse
java.lang.Object
com.broadleafcommerce.paymenttransaction.web.endpoint.domain.LockPaymentsResponse
- All Implemented Interfaces:
Serializable
Response object describing the locked
payment summaries
.- Author:
- Sunny Yu
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Map of payment ids to payment lock tokens.List of payments that were locked.int
hashCode()
void
setLockTokens
(Map<String, String> lockTokens) Map of payment ids to payment lock tokens.void
setPaymentSummaries
(List<PaymentSummary> paymentSummaries) List of payments that were locked.toString()
-
Constructor Details
-
LockPaymentsResponse
public LockPaymentsResponse()
-
-
Method Details
-
getPaymentSummaries
List of payments that were locked. -
getLockTokens
Map of payment ids to payment lock tokens. -
setPaymentSummaries
List of payments that were locked. -
setLockTokens
Map of payment ids to payment lock tokens. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-