| AbstractFraudCheckAction<T extends OrderProcessModel> |
Abstract action for fraud check action which define 3 possible transitions (OK,POTENTIAL,FRAUD) and some
supplementary methods
|
| AbstractOrderAction<T extends OrderProcessModel> |
|
| CancelWholeOrderAuthorizationAction |
Cancels the authorized payment.
|
| CheckAuthorizeOrderPaymentAction |
|
| CheckOrderAction |
This example action checks the order for required data in the business process.
|
| CheckTransactionReviewStatusAction |
This action check if authorization has review status
|
| FraudCheckOrderAction |
|
| FraudCheckOrderInternalAction |
|
| GetPaymentDetailsAction |
|
| NotifyCustomerAboutFraudAction |
|
| OrderManualCheckedAction |
|
| PrepareOrderForManualCheckAction |
|
| ReserveOrderAmountAction |
|
| ScheduleForCleanUpAction |
|
| SendAuthorizationFailedNotificationAction |
|
| SendFraudErrorNotificationAction |
|
| SendOrderCancelledNotificationAction |
|
| SendOrderCompletedNotificationAction |
Send event representing the completion of an order process.
|
| SendOrderPlacedNotificationAction |
|
| SendOrderRefundNotificationAction |
|
| SendPaymentFailedNotificationAction |
|
| SetOrderExpirationTimeAction |
Set order expiration time.
|
| SplitOrderAction |
|
| SubprocessesCompletedAction |
|
| TakePaymentAction |
The TakePayment step captures the payment transaction.
|