All Classes and Interfaces
Class
Description
The PayPal REST SDK does not currently contain support for
Reference Transactions and Merchant Initiated Billing Agreements
This was created to support the need to call the Billing Agreement Token endpoints
See: https://developer.paypal.com/docs/limited-release/reference-transactions/#overview
BETA: Placeholder service to facilitate creating billing agreements and recurring subscriptions via the Payments API.
Created with IntelliJ IDEA.
This takes the
PaymentRequestDTO and calls the ReportingTransactions.get(Map, APIContext) to read all the
ReportingTransactionResponse and then filters the results by matching the TransactionInfo.getPaypal_reference_id()
and TransactionInfo.getCustom_field()
Note: in the PayPal payload, the TransactionInfo.getCustom_field() is used to capture and custom info that we want.An extendible enumeration of transaction types.
The PayPal REST SDK does not currently contain support for
Reporting Transactions using the query parameters.