Class PaymentNextAction
java.lang.Object
com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentNextAction
- All Implemented Interfaces:
Serializable
DTO for communicating the details of a payment's required next action.
- Author:
- Chris Kittrell (ckittrell)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe next step required for the payment gateway to continue processing this payment.The id of the payment.void
setNextAction
(NextAction nextAction) The next step required for the payment gateway to continue processing this payment.void
setPaymentId
(String paymentId) The id of the payment.
-
Constructor Details
-
PaymentNextAction
public PaymentNextAction()
-
-
Method Details
-
getPaymentId
The id of the payment.- Returns:
- The id of the payment.
-
getNextAction
The next step required for the payment gateway to continue processing this payment.- Returns:
- The next step required for the payment gateway to continue processing this payment.
-
setPaymentId
The id of the payment.- Parameters:
paymentId
- The id of the payment.
-
setNextAction
The next step required for the payment gateway to continue processing this payment.- Parameters:
nextAction
- The next step required for the payment gateway to continue processing this payment.
-