Uses of Class
de.hybris.platform.payment.commands.request.AuthorizationRequest
-
Packages that use AuthorizationRequest Package Description de.hybris.platform.payment.commands.impl de.hybris.platform.payment.methods de.hybris.platform.payment.methods.impl -
-
Uses of AuthorizationRequest in de.hybris.platform.payment.commands.impl
Methods in de.hybris.platform.payment.commands.impl with parameters of type AuthorizationRequest Modifier and Type Method Description AuthorizationResultAuthorizationMockCommand. perform(AuthorizationRequest request) -
Uses of AuthorizationRequest in de.hybris.platform.payment.methods
Methods in de.hybris.platform.payment.methods with parameters of type AuthorizationRequest Modifier and Type Method Description AuthorizationResultCardPaymentService. authorize(AuthorizationRequest request)authorize card payment -
Uses of AuthorizationRequest in de.hybris.platform.payment.methods.impl
Methods in de.hybris.platform.payment.methods.impl with parameters of type AuthorizationRequest Modifier and Type Method Description AuthorizationResultDefaultCardPaymentServiceImpl. authorize(AuthorizationRequest request)
-