Package com.hybris.cis.service
Interface CisClientAvsService
-
- All Superinterfaces:
CisClientService
- All Known Implementing Classes:
DefaultCisClientAvsService
public interface CisClientAvsService extends CisClientService
Interface providing AVS services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AvsResultverifyAddress(java.lang.String xCisClientRef, java.lang.String tenantId, CisAddress address)Seede.hybris.platform.commerceservices.address.AddressVerificationService#verifyAddress(CisAddress).-
Methods inherited from interface com.hybris.cis.service.CisClientService
ping
-
-
-
-
Method Detail
-
verifyAddress
AvsResult verifyAddress(java.lang.String xCisClientRef, java.lang.String tenantId, CisAddress address) throws AbstractCisServiceException
Seede.hybris.platform.commerceservices.address.AddressVerificationService#verifyAddress(CisAddress).- Parameters:
xCisClientRef- client ref to pass in the headertenantId- tenantId to pass in the headeraddress- address to verify- Returns:
- see
AvsResult - Throws:
AbstractCisServiceException- exception- See Also:
AddressVerificationService
-
-