Package com.skava.accounts.service
Interface CreateAddressService
- All Superinterfaces:
com.skava.core.EcommService<AddressRequestInternal,
AddressAPIResponse>
- All Known Implementing Classes:
CreateAddressServiceImpl
public interface CreateAddressService
extends com.skava.core.EcommService<AddressRequestInternal,AddressAPIResponse>
The Interface CreateAddressService extends the interface EcommService which consists of the basic
functions getValidator and process. This interface is used to define service for creating an Address.
-
Method Summary
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator, getValidator, process