Interface SapCpiCustomerConversionService
-
- All Known Implementing Classes:
AgentDesktopCustomerConversionService,SapCpiCustomerDefaultConversionService,SapRevenueCloudCustomerConversionService
public interface SapCpiCustomerConversionServiceSapCpiCustomerConversionService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAPCpiOutboundCustomerModelconvertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage)convertCustomerToSapCpiCustomer
-
-
-
Method Detail
-
convertCustomerToSapCpiCustomer
SAPCpiOutboundCustomerModel convertCustomerToSapCpiCustomer(CustomerModel customerModel, AddressModel addressModel, java.lang.String baseStoreUid, java.lang.String sessionLanguage)
convertCustomerToSapCpiCustomer- Parameters:
customerModel- CustomerModeladdressModel- AddressModelbaseStoreUid- StringsessionLanguage- String- Returns:
- SAPCpiOutboundCustomerModel
-
-