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