| Package | Description |
|---|---|
| com.paypal.api.payments |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2015. All Rights Reserved.