public class MerchantAccountPager extends Object implements SimplePager<MerchantAccount>
| Modifier and Type | Field and Description |
|---|---|
private MerchantAccountGateway |
gateway |
| Constructor and Description |
|---|
MerchantAccountPager(MerchantAccountGateway gateway) |
| Modifier and Type | Method and Description |
|---|---|
PaginatedResult<MerchantAccount> |
getPage(int page) |
private MerchantAccountGateway gateway
public MerchantAccountPager(MerchantAccountGateway gateway)
public PaginatedResult<MerchantAccount> getPage(int page)
getPage in interface SimplePager<MerchantAccount>Copyright © 2013-2018. All Rights Reserved.