Uses of Class
com.hybris.cis.client.payment.models.CisPaymentProfileRequest
-
Packages that use CisPaymentProfileRequest Package Description com.hybris.cis.client.mock com.hybris.cis.client.payment com.hybris.cis.service com.hybris.cis.service.impl -
-
Uses of CisPaymentProfileRequest in com.hybris.cis.client.mock
Methods in com.hybris.cis.client.mock with parameters of type CisPaymentProfileRequest Modifier and Type Method Description CisPaymentProfileResultPaymentClientMock. updateCustomerProfile(java.lang.String xCisClientRef, java.lang.String tenantId, java.lang.String profileId, CisPaymentProfileRequest cisPaymentProfileRequest) -
Uses of CisPaymentProfileRequest in com.hybris.cis.client.payment
Methods in com.hybris.cis.client.payment with parameters of type CisPaymentProfileRequest Modifier and Type Method Description CisPaymentProfileResultPaymentClient. updateCustomerProfile(java.lang.String xCisClientRef, java.lang.String tenantId, java.lang.String profileId, CisPaymentProfileRequest cisPaymentProfileRequest) -
Uses of CisPaymentProfileRequest in com.hybris.cis.service
Methods in com.hybris.cis.service with parameters of type CisPaymentProfileRequest Modifier and Type Method Description CisPaymentProfileResultCisClientPaymentService. updateCustomerProfile(java.lang.String xCisClientRef, java.lang.String tenantId, java.net.URI profileLocation, CisPaymentProfileRequest cisPaymentProfileRequest)Updates a customer profile -
Uses of CisPaymentProfileRequest in com.hybris.cis.service.impl
Methods in com.hybris.cis.service.impl with parameters of type CisPaymentProfileRequest Modifier and Type Method Description CisPaymentProfileResultDefaultCisClientPaymentService. updateCustomerProfile(java.lang.String xCisClientRef, java.lang.String tenantId, java.net.URI profileLocation, CisPaymentProfileRequest cisPaymentProfileRequest)
-