| Package | Description |
|---|---|
| org.broadleafcommerce.payment.service.gateway | |
| org.broadleafcommerce.vendor.paypal.api | |
| org.broadleafcommerce.vendor.paypal.domain |
| Modifier and Type | Method and Description |
|---|---|
protected ReportingTransactionResponse |
PayPalSyncTransactionServiceImpl.executeTransactionSearch(com.paypal.base.rest.APIContext apiContext,
Map<String,String> queryParamsMap)
This calls the
ReportingTransactions.get(Map, APIContext) to fetch the reporting transactions of type
ReportingTransactions |
ReportingTransactionResponse |
PayPalSyncTransactionServiceImpl.lookupTransactionsByQueryParams(Map<String,String> queryFilter) |
ReportingTransactionResponse |
PayPalSyncTransactionService.lookupTransactionsByQueryParams(Map<String,String> queryFilter)
This returns all the matching transactions wrapped in the
ReportingTransactionResponse based on the @param queryFilter |
| Modifier and Type | Method and Description |
|---|---|
ReportingTransactionResponse |
ReportingTransactions.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.
|
| Modifier and Type | Method and Description |
|---|---|
ReportingTransactionResponse |
ReportingTransactionResponse.setAccount_number(String account_number) |
ReportingTransactionResponse |
ReportingTransactionResponse.setEnd_date(String end_date) |
ReportingTransactionResponse |
ReportingTransactionResponse.setLast_refreshed_datetime(String last_refreshed_datetime) |
ReportingTransactionResponse |
ReportingTransactionResponse.setPage(Integer page) |
ReportingTransactionResponse |
ReportingTransactionResponse.setStart_date(String start_date) |
ReportingTransactionResponse |
ReportingTransactionResponse.setTotal_items(Integer total_items) |
ReportingTransactionResponse |
ReportingTransactionResponse.setTotal_pages(Integer total_pages) |
ReportingTransactionResponse |
ReportingTransactionResponse.setTransaction_details(List<TransactionDetail> transaction_details) |
Copyright © 2025. All rights reserved.