java.lang.Object
com.broadleafcommerce.cartoperation.web.endpoint.domain.checkout.PaymentNextAction
All Implemented Interfaces:
Serializable

public class PaymentNextAction extends Object implements Serializable
DTO for communicating the details of a payment's required next action.
Author:
Chris Kittrell (ckittrell)
See Also:
  • Constructor Details

    • PaymentNextAction

      public PaymentNextAction()
  • Method Details

    • getPaymentId

      public String getPaymentId()
      The id of the payment.
      Returns:
      The id of the payment.
    • getNextAction

      public NextAction 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

      public void setPaymentId(String paymentId)
      The id of the payment.
      Parameters:
      paymentId - The id of the payment.
    • setNextAction

      public void setNextAction(NextAction nextAction)
      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.