Uses of Class
com.hybris.cis.client.payment.models.CisTokenizedPaymentRefund
-
Packages that use CisTokenizedPaymentRefund Package Description com.hybris.cis.client.mock com.hybris.cis.client.payment com.hybris.cis.service com.hybris.cis.service.impl -
-
Uses of CisTokenizedPaymentRefund in com.hybris.cis.client.mock
Methods in com.hybris.cis.client.mock with parameters of type CisTokenizedPaymentRefund Modifier and Type Method Description CisTokenizedPaymentTransactionResultPaymentClientMock. tokenizedPaymentRefund(java.lang.String xCisClientRef, java.lang.String tenantId, java.lang.String authGroupId, java.lang.String authId, java.lang.String transactionId, CisTokenizedPaymentRefund cisTokenizedPaymentRefund) -
Uses of CisTokenizedPaymentRefund in com.hybris.cis.client.payment
Methods in com.hybris.cis.client.payment with parameters of type CisTokenizedPaymentRefund Modifier and Type Method Description CisTokenizedPaymentTransactionResultPaymentClient. tokenizedPaymentRefund(java.lang.String xCisClientRef, java.lang.String tenantId, java.lang.String authGroupId, java.lang.String authId, java.lang.String transactionId, CisTokenizedPaymentRefund cisTokenizedPaymentRefund) -
Uses of CisTokenizedPaymentRefund in com.hybris.cis.service
Methods in com.hybris.cis.service with parameters of type CisTokenizedPaymentRefund Modifier and Type Method Description CisTokenizedPaymentTransactionResultCisClientPaymentService. tokenizedPaymentRefund(java.lang.String xCisClientRef, java.lang.String tenantId, java.lang.String authGroupId, java.lang.String authId, CisTokenizedPaymentRefund cisTokenizedPaymentRefund)Tokenized Payment Refund -
Uses of CisTokenizedPaymentRefund in com.hybris.cis.service.impl
Methods in com.hybris.cis.service.impl with parameters of type CisTokenizedPaymentRefund Modifier and Type Method Description CisTokenizedPaymentTransactionResultDefaultCisClientPaymentService. tokenizedPaymentRefund(java.lang.String xCisClientRef, java.lang.String tenantId, java.lang.String authGroupId, java.lang.String authId, CisTokenizedPaymentRefund cisTokenizedPaymentRefund)
-