Class NextAction
java.lang.Object
com.broadleafcommerce.cartoperation.service.provider.external.domain.payment.NextAction
- All Implemented Interfaces:
Serializable
Object describing the next action for the payment transaction process.
- Author:
- mariestandeven
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The type of action that must be taken.Map holding any additional attributes not matching any defined properties.The gateway-provided url that can redirect to the next action the customer must take.int
hashCode()
void
setActionType
(String actionType) The type of action that must be taken.void
setAttributes
(Map<String, Object> attributes) Map holding any additional attributes not matching any defined properties.void
setRedirectUrl
(String redirectUrl) The gateway-provided url that can redirect to the next action the customer must take.toString()
-
Constructor Details
-
NextAction
public NextAction()
-
-
Method Details
-
getRedirectUrl
The gateway-provided url that can redirect to the next action the customer must take. This URL can be used for redirecting to hosted payments page, displaying a 3D Secure form, etc. The customer is typically redirected to this location, but the page can also be rendered within an iframe if this is supported by the gateway.- Returns:
- The gateway-provided url that can redirect to the next action the customer must take.
-
getActionType
The type of action that must be taken.- Returns:
- The type of action that must be taken.
- See Also:
-
getAttributes
Map holding any additional attributes not matching any defined properties.- Returns:
- Map holding any additional attributes not matching any defined properties.
-
setRedirectUrl
The gateway-provided url that can redirect to the next action the customer must take. This URL can be used for redirecting to hosted payments page, displaying a 3D Secure form, etc. The customer is typically redirected to this location, but the page can also be rendered within an iframe if this is supported by the gateway.- Parameters:
redirectUrl
- The gateway-provided url that can redirect to the next action the customer must take.
-
setActionType
The type of action that must be taken.- Parameters:
actionType
- The type of action that must be taken.- See Also:
-
setAttributes
Map holding any additional attributes not matching any defined properties.- Parameters:
attributes
- Map holding any additional attributes not matching any defined properties.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-