Uses of Class
de.hybris.platform.payment.commands.request.AbstractRequest
-
Packages that use AbstractRequest Package Description de.hybris.platform.payment.commands de.hybris.platform.payment.commands.impl de.hybris.platform.payment.commands.request -
-
Uses of AbstractRequest in de.hybris.platform.payment.commands
Classes in de.hybris.platform.payment.commands with type parameters of type AbstractRequest Modifier and Type Interface Description interfaceFollowOnRefundCommand<T extends AbstractRequest>Command for handling follow-on refunds.interfaceStandaloneRefundCommand<T extends AbstractRequest>Command for handling stand-alone refunds. -
Uses of AbstractRequest in de.hybris.platform.payment.commands.impl
Methods in de.hybris.platform.payment.commands.impl with parameters of type AbstractRequest Modifier and Type Method Description protected AbstractResultGenericMockCommand. genericPerform(AbstractRequest request, AbstractResult result) -
Uses of AbstractRequest in de.hybris.platform.payment.commands.request
Subclasses of AbstractRequest in de.hybris.platform.payment.commands.request Modifier and Type Class Description classAuthorizationRequestRequest forAuthorizationCommandclassCaptureRequestRequest forCaptureCommandclassCreateSubscriptionRequestRequest forCreateSubscriptionCommandclassDeleteSubscriptionRequestRequest forDeleteSubscriptionCommandclassEnrollmentCheckRequestRequest forEnrollmentCheckCommandclassFollowOnRefundRequestRequest forFollowOnRefundCommandclassPartialCaptureRequestRequest forPartialCaptureCommandclassStandaloneRefundRequestRequest forStandaloneRefundCommandclassSubscriptionAuthorizationRequestRequest forAuthorizationCommandclassSubscriptionDataRequestRequest forGetSubscriptionDataCommandclassUpdateSubscriptionRequestRequest forUpdateSubscriptionCommandclassVoidRequestRequest forVoidCommand
-