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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get(Map<String,String> queryParams, com.paypal.base.rest.APIContext apiContext)
    Execute 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, initializeToDefault

    Methods inherited from class com.paypal.base.rest.PayPalModel

    canEqual, equals, hashCode, toJSON, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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.PayPalRESTException
      Execute 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 - APIContext used for the API call.
      Returns:
      Throws:
      com.paypal.base.rest.PayPalRESTException