Class SavedPaymentMethodNextAction
java.lang.Object
com.broadleafcommerce.paymenttransaction.domain.SavedPaymentMethodNextAction
- All Implemented Interfaces:
Serializable
Object describing the next action for the saved payment method to complete its setup.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The type of this action.Any additional attributes needed by this action.The status of this action.Any details for the current action status.int
hashCode()
void
setActionType
(String actionType) The type of this action.void
setAttributes
(Map<String, Object> attributes) Any additional attributes needed by this action.void
The status of this action.void
setStatusDetails
(String statusDetails) Any details for the current action status.toString()
-
Constructor Details
-
SavedPaymentMethodNextAction
public SavedPaymentMethodNextAction()
-
-
Method Details
-
getActionType
The type of this action. This can be any value and should be controlled by the client side (UI) to execute some specific actions.For example, to verify the ACH payment method for Stripe with micro-deposit, this value can be "MICRO_DEPOSIT_VERIFICATION".
- Returns:
- the action type
- See Also:
-
getStatus
The status of this action.- Returns:
- the status of this action
- See Also:
-
getStatusDetails
Any details for the current action status.- Returns:
- details for the current action status
-
getAttributes
Any additional attributes needed by this action.- Returns:
- the attributes for this action
-
setActionType
The type of this action. This can be any value and should be controlled by the client side (UI) to execute some specific actions.For example, to verify the ACH payment method for Stripe with micro-deposit, this value can be "MICRO_DEPOSIT_VERIFICATION".
- Parameters:
actionType
- the action type- See Also:
-
setStatus
The status of this action.- Parameters:
status
- the status of this action- See Also:
-
setStatusDetails
Any details for the current action status.- Parameters:
statusDetails
- details for the current action status
-
setAttributes
Any additional attributes needed by this action.- Parameters:
attributes
- the attributes for this action
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-