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 Summary
ConstructorsConstructorDescriptionAccountSellersAPIResponse
(List<Seller> accountSellerResponse, PageableInfo pageable) Instantiates a new AccountSellers API response. -
Method Summary
-
Constructor Details
-
AccountSellersAPIResponse
Instantiates a new AccountSellers API response.- Parameters:
accountSellerResponse
- Holds the list ofSeller
object for creating AccountSellers API Response.pageable
- holds pageable information.
-