Class ReportingTransactions
java.lang.Object
com.paypal.base.rest.PayPalModel
com.paypal.base.rest.PayPalResource
org.broadleafcommerce.vendor.paypal.api.ReportingTransactions
public class ReportingTransactions
extends com.paypal.base.rest.PayPalResource
The PayPal REST SDK does not currently contain support for
Reporting Transactions using the query parameters.
This supports executing the PayPal Sync API Reporting Transactions
Please refer to this https://developer.paypal.com/docs/api/sync/v1/
- Author:
- venkat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExecute a Reporting Transactions API by passing the required query parameters to the request URI.Methods inherited from class com.paypal.base.rest.PayPalResource
configureAndExecute, configureAndExecute, configureAndExecute, configureAndExecute, createAPICallPreHandler, getClientCredential, getClientID, getClientSecret, getConfigurations, getCredential, getLastRequest, getLastResponse, getOAuthTokenCredential, initConfig, initConfig, initConfig, initializeToDefaultMethods inherited from class com.paypal.base.rest.PayPalModel
canEqual, equals, hashCode, toJSON, toString
-
Constructor Details
-
ReportingTransactions
public ReportingTransactions()
-
-
Method Details
-
get
public ReportingTransactionResponse get(Map<String, String> queryParams, com.paypal.base.rest.APIContext apiContext) throws com.paypal.base.rest.PayPalRESTExceptionExecute a Reporting Transactions API by passing the required query parameters to the request URI.- Parameters:
queryParams-Following query parameters are used: start_date, end_date and transaction_amount
apiContext-APIContextused for the API call.- Returns:
- Throws:
com.paypal.base.rest.PayPalRESTException
-