Interface StaticPinService
public interface StaticPinService
This StaticPinService provides Storing of Static Pin into the DataBase.
- Author:
- Prem Kumar
-
Method Summary
Modifier and TypeMethodDescriptionstoreSpin(StaticPinRequestDTO staticPinRequestDTO) This implementation StaticPinService is to Store StaticPin.
-
Method Details
-
storeSpin
StaticPinResponseDTO storeSpin(StaticPinRequestDTO staticPinRequestDTO) throws IdAuthenticationBusinessException This implementation StaticPinService is to Store StaticPin.- Parameters:
staticPinRequestDTO- the static pin request DTO- Returns:
- the static pin response DTO
- Throws:
IdAuthenticationBusinessException- the id authentication business exception
-