Uses of Class
de.hybris.platform.cissapdigitalpayment.client.model.CisSapDigitalPaymentSource
-
Packages that use CisSapDigitalPaymentSource Package Description de.hybris.platform.cissapdigitalpayment.client.model de.hybris.platform.cissapdigitalpayment.service.impl -
-
Uses of CisSapDigitalPaymentSource in de.hybris.platform.cissapdigitalpayment.client.model
Methods in de.hybris.platform.cissapdigitalpayment.client.model that return CisSapDigitalPaymentSource Modifier and Type Method Description CisSapDigitalPaymentSourceCisSapDigitalPaymentAuthorizationRequest. getCisSapDigitalPaymentSource()CisSapDigitalPaymentSourceCisSapDigitalPaymentAuthorizationResult. getCisSapDigitalPaymentSource()CisSapDigitalPaymentSourceCisSapDigitalPaymentChargeRequest. getCisSapDigitalPaymentSource()CisSapDigitalPaymentSourceCisSapDigitalPaymentChargeResult. getCisSapDigitalPaymentSource()CisSapDigitalPaymentSourceCisSapDigitalPaymentRefundRequest. getCisSapDigitalPaymentSource()CisSapDigitalPaymentSourceCisSapDigitalPaymentRefundResult. getCisSapDigitalPaymentSource()Methods in de.hybris.platform.cissapdigitalpayment.client.model with parameters of type CisSapDigitalPaymentSource Modifier and Type Method Description voidCisSapDigitalPaymentAuthorizationRequest. setCisSapDigitalPaymentSource(CisSapDigitalPaymentSource cisSapDigitalPaymentSource)voidCisSapDigitalPaymentAuthorizationResult. setCisSapDigitalPaymentSource(CisSapDigitalPaymentSource cisSapDigitalPaymentSource)voidCisSapDigitalPaymentChargeRequest. setCisSapDigitalPaymentSource(CisSapDigitalPaymentSource cisSapDigitalPaymentSource)voidCisSapDigitalPaymentChargeResult. setCisSapDigitalPaymentSource(CisSapDigitalPaymentSource cisSapDigitalPaymentSource)voidCisSapDigitalPaymentRefundRequest. setCisSapDigitalPaymentSource(CisSapDigitalPaymentSource cisSapDigitalPaymentSource)voidCisSapDigitalPaymentRefundResult. setCisSapDigitalPaymentSource(CisSapDigitalPaymentSource cisSapDigitalPaymentSource) -
Uses of CisSapDigitalPaymentSource in de.hybris.platform.cissapdigitalpayment.service.impl
Methods in de.hybris.platform.cissapdigitalpayment.service.impl with parameters of type CisSapDigitalPaymentSource Modifier and Type Method Description protected java.lang.StringDefaultSapDigitalPaymentService. getSubscriptionId(CisSapDigitalPaymentSource source)Check for the subscription ID from the authorization response.
-