| java.lang.Object | ||
| ↳ | PayPalRetailObject | |
| ↳ | com.paypal.paypalretailsdk.RetrieveAuthorizedTransactionResponse | |
DO NOT EDIT THIS FILE! IT IS AUTOMATICALLY GENERATED AND SHOULD NOT BE CHECKED IN. Generated from: js/transaction/RetrieveAuthorizedTransactionResponse.js
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| interface | RetrieveAuthorizedTransactionResponse.RetrieveAuthorizedTransactionsCallbackCallback | The callback for retrieveAuthorizedTransactions completion | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RetrieveAuthorizedTransactionResponse() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Date | getEndTime() | ||||||||||
| List<AuthorizedTransaction> | getListOfAuths() | ||||||||||
| Integer | getPageSize() | ||||||||||
| Date | getStartTime() | ||||||||||
| void |
retrieveNextPage(Integer pageSize, RetrieveAuthorizedTransactionResponse.RetrieveAuthorizedTransactionsCallbackCallback callback)
Call this to retrieve the next page of responses for this
| ||||||||||
| void | setEndTime(Date value) | ||||||||||
| void | setListOfAuths(List<AuthorizedTransaction> value) | ||||||||||
| void | setPageSize(Integer value) | ||||||||||
| void | setStartTime(Date value) | ||||||||||
| String |
toString()
Returns a string representing the serialized state of the RetrieveAuthorizedTransactionResponse object
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Call this to retrieve the next page of responses for this
Returns a string representing the serialized state of the RetrieveAuthorizedTransactionResponse object