Uses of Class
org.broadleafcommerce.vendor.paypal.domain.ReportingTransactionResponse
Packages that use ReportingTransactionResponse
Package
Description
-
Uses of ReportingTransactionResponse in org.broadleafcommerce.payment.service.gateway
Methods in org.broadleafcommerce.payment.service.gateway that return ReportingTransactionResponseModifier and TypeMethodDescriptionprotected ReportingTransactionResponsePayPalSyncTransactionServiceImpl.executeTransactionSearch(com.paypal.base.rest.APIContext apiContext, Map<String, String> queryParamsMap) This calls theReportingTransactions.get(Map, APIContext)to fetch the reporting transactions of typeReportingTransactionsPayPalSyncTransactionService.lookupTransactionsByQueryParams(Map<String, String> queryFilter) This returns all the matching transactions wrapped in theReportingTransactionResponsebased on the @param queryFilterPayPalSyncTransactionServiceImpl.lookupTransactionsByQueryParams(Map<String, String> queryFilter) -
Uses of ReportingTransactionResponse in org.broadleafcommerce.vendor.paypal.api
Methods in org.broadleafcommerce.vendor.paypal.api that return ReportingTransactionResponse -
Uses of ReportingTransactionResponse in org.broadleafcommerce.vendor.paypal.domain
Methods in org.broadleafcommerce.vendor.paypal.domain that return ReportingTransactionResponseModifier and TypeMethodDescriptionReportingTransactionResponse.setAccount_number(String account_number) ReportingTransactionResponse.setEnd_date(String end_date) ReportingTransactionResponse.setLast_refreshed_datetime(String last_refreshed_datetime) ReportingTransactionResponse.setStart_date(String start_date) ReportingTransactionResponse.setTotal_items(Integer total_items) ReportingTransactionResponse.setTotal_pages(Integer total_pages) ReportingTransactionResponse.setTransaction_details(List<TransactionDetail> transaction_details)