public class

RetrieveAuthorizedTransactionResponse

extends PayPalRetailObject
java.lang.Object
   ↳ PayPalRetailObject
     ↳ com.paypal.paypalretailsdk.RetrieveAuthorizedTransactionResponse

Class Overview

DO NOT EDIT THIS FILE! IT IS AUTOMATICALLY GENERATED AND SHOULD NOT BE CHECKED IN. Generated from: js/transaction/RetrieveAuthorizedTransactionResponse.js

Summary

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

Public Constructors

public RetrieveAuthorizedTransactionResponse ()

Public Methods

public Date getEndTime ()

public List<AuthorizedTransaction> getListOfAuths ()

public Integer getPageSize ()

public Date getStartTime ()

public void retrieveNextPage (Integer pageSize, RetrieveAuthorizedTransactionResponse.RetrieveAuthorizedTransactionsCallbackCallback callback)

Call this to retrieve the next page of responses for this

public void setEndTime (Date value)

public void setListOfAuths (List<AuthorizedTransaction> value)

public void setPageSize (Integer value)

public void setStartTime (Date value)

public String toString ()

Returns a string representing the serialized state of the RetrieveAuthorizedTransactionResponse object