Package com.hybris.cis.client.avs
Interface AvsClient
-
- All Superinterfaces:
CisClient
- All Known Implementing Classes:
AvsClientMock
public interface AvsClient extends CisClient
Charon Client to theAddressVerificationService.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AvsResultverifyAddress(java.lang.String xCisClientRef, java.lang.String tenantId, CisAddress address)Verifies the given address
-
-
-
Method Detail
-
verifyAddress
@POST @Produces("application/json") @Consumes("application/json") @Path("/results") AvsResult verifyAddress(@HeaderParam("X-CIS-Client-ref") java.lang.String xCisClientRef, @HeaderParam("X-tenantId") java.lang.String tenantId, CisAddress address)Verifies the given address- Parameters:
xCisClientRef- client ref to pass in the headertenantId- tenantId to pass in the headeraddress- address that you want to verify- Returns:
AvsResult
-
-