Package com.adyen.model.marketpay
Class TransactionListForAccount
- java.lang.Object
-
- com.adyen.model.marketpay.TransactionListForAccount
-
public class TransactionListForAccount extends Object
TransactionListForAccount
-
-
Constructor Summary
Constructors Constructor Description TransactionListForAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransactionListForAccountaccountCode(String accountCode)booleanequals(Object o)StringgetAccountCode()The account to get the transaction list for.IntegergetPage()The page number, starting at 1.inthashCode()TransactionListForAccountpage(Integer page)voidsetAccountCode(String accountCode)voidsetPage(Integer page)StringtoString()
-
-
-
Method Detail
-
accountCode
public TransactionListForAccount accountCode(String accountCode)
-
getAccountCode
public String getAccountCode()
The account to get the transaction list for.- Returns:
- accountCode
-
setAccountCode
public void setAccountCode(String accountCode)
-
page
public TransactionListForAccount page(Integer page)
-
getPage
public Integer getPage()
The page number, starting at 1.- Returns:
- page
-
setPage
public void setPage(Integer page)
-
-