Class AccountSellersAPIResponse

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

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

    • AccountSellersAPIResponse

      public AccountSellersAPIResponse(List<Seller> accountSellerResponse, PageableInfo pageable)
      Instantiates a new AccountSellers API response.
      Parameters:
      accountSellerResponse - Holds the list of Seller object for creating AccountSellers API Response.
      pageable - holds pageable information.