Uses of Class
com.hybris.cis.client.payment.models.CisPaymentAuthorization
-
-
Uses of CisPaymentAuthorization in com.hybris.cis.client.mock
Methods in com.hybris.cis.client.mock with parameters of type CisPaymentAuthorization Modifier and Type Method Description CisPaymentTransactionResultPaymentClientMock. authorizeWithProfile(java.lang.String xCisClientRef, java.lang.String tenantId, java.lang.String profileId, CisPaymentAuthorization cisPaymentAuthorization) -
Uses of CisPaymentAuthorization in com.hybris.cis.client.payment
Methods in com.hybris.cis.client.payment with parameters of type CisPaymentAuthorization Modifier and Type Method Description CisPaymentTransactionResultPaymentClient. authorizeWithProfile(java.lang.String xCisClientRef, java.lang.String tenantId, java.lang.String profileId, CisPaymentAuthorization cisPaymentAuthorization) -
Uses of CisPaymentAuthorization in com.hybris.cis.client.payment.models
Subclasses of CisPaymentAuthorization in com.hybris.cis.client.payment.models Modifier and Type Class Description classCisCreditCardAuthorizationA payment request to authorize an amount of money based on credit card details.classCisTokenizedPaymentAuthorizationA payment request to authorize an amount of money based on the tokens generated by a previous request. -
Uses of CisPaymentAuthorization in com.hybris.cis.service
Methods in com.hybris.cis.service with parameters of type CisPaymentAuthorization Modifier and Type Method Description CisPaymentTransactionResultCisClientPaymentService. authorizeWithProfile(java.lang.String xCisClientRef, java.lang.String tenantId, java.net.URI profileLocation, CisPaymentAuthorization cisPaymentAuthorization)Requests an authorization of a payment -
Uses of CisPaymentAuthorization in com.hybris.cis.service.impl
Methods in com.hybris.cis.service.impl with parameters of type CisPaymentAuthorization Modifier and Type Method Description CisPaymentTransactionResultDefaultCisClientPaymentService. authorizeWithProfile(java.lang.String xCisClientRef, java.lang.String tenantId, java.net.URI profileLocation, CisPaymentAuthorization cisPaymentAuthorization) -
Uses of CisPaymentAuthorization in de.hybris.platform.integration.cis.payment.converter
Methods in de.hybris.platform.integration.cis.payment.converter that return CisPaymentAuthorization Modifier and Type Method Description CisPaymentAuthorizationSubscriptionAuthorizationRequestConverter. convert(SubscriptionAuthorizationRequest request)
-