| Methods in com.paypal.api.payments that return AgreementTransactions |
AgreementTransactions |
AgreementTransactions.setAgreementTransactionList(List<AgreementTransaction> agreementTransactionList)
Setter for agreementTransactionList |
static AgreementTransactions |
Agreement.transactions(APIContext apiContext,
String agreementId,
Date startDate,
Date endDate)
List transactions for a billing agreement by passing the ID of the agreement, as well as the start and end dates of the range of transactions to list, to the request URI. |
static AgreementTransactions |
Agreement.transactions(String accessToken,
String agreementId,
Date startDate,
Date endDate)
List transactions for a billing agreement by passing the ID of the agreement, as well as the start and end dates of the range of transactions to list, to the request URI. |