Class AccountHistoriesAPIResponse

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.accounts.model.exchange.response.AccountHistoriesAPIResponse
All Implemented Interfaces:
Serializable

public class AccountHistoriesAPIResponse extends com.skava.core.validation.OutputModel
The Class AccountsAPIResponse holds the list of account history details as response data which will be sent to controller.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • AccountHistoriesAPIResponse

      public AccountHistoriesAPIResponse(List<AccountHistory> accountHistories, PageableInfo pageableInfo)
      Parameterized constructor -
      Parameters:
      accountHistories - a list of accountHistories
      pageableInfo - the pageable info.