Uses of Class
com.paypal.api.payments.AgreementTransactions

Packages that use AgreementTransactions
com.paypal.api.payments   
 

Uses of AgreementTransactions in com.paypal.api.payments
 

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.
 



Copyright © 2015. All Rights Reserved.