| AuthorizationCommand |
Command for handling card authorizations.
|
| CaptureCommand |
Command for handling card authorization captures.
|
| Command<R,O> |
|
| CreateSubscriptionCommand |
Command for creating a subscription.
|
| DeleteSubscriptionCommand |
Command for deleting a subscription.
|
| EnrollmentCheckCommand |
Command for handling 3-D secure (also called Payer Authentication) enrollment check.
|
| FollowOnRefundCommand<T extends AbstractRequest> |
Command for handling follow-on refunds.
|
| GetSubscriptionDataCommand |
Command for getting data from a subscription.
|
| IsApplicableCommand |
Command that each payment provider must implement - configuration that check if for specified arguments payment
provider is applicable
|
| PartialCaptureCommand |
Command for handling partial card authorization captures.
|
| StandaloneRefundCommand<T extends AbstractRequest> |
Command for handling stand-alone refunds.
|
| SubscriptionAuthorizationCommand |
Command for handling 'subscription id' based card authorizations (payment tokenization).
|
| UpdateSubscriptionCommand |
Command for deleting a subscription.
|
| VoidCommand |
Command for handling voiding capture or credit.
|