com.paypal.api.payments
Class AgreementTransactions

java.lang.Object
  extended by com.paypal.api.payments.AgreementTransactions

public class AgreementTransactions
extends Object


Constructor Summary
AgreementTransactions()
          Default Constructor
 
Method Summary
 List<AgreementTransaction> getAgreementTransactionList()
          Getter for agreementTransactionList
 AgreementTransactions setAgreementTransactionList(List<AgreementTransaction> agreementTransactionList)
          Setter for agreementTransactionList
 String toJSON()
          Returns a JSON string corresponding to object state
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgreementTransactions

public AgreementTransactions()
Default Constructor

Method Detail

setAgreementTransactionList

public AgreementTransactions setAgreementTransactionList(List<AgreementTransaction> agreementTransactionList)
Setter for agreementTransactionList


getAgreementTransactionList

public List<AgreementTransaction> getAgreementTransactionList()
Getter for agreementTransactionList


toJSON

public String toJSON()
Returns a JSON string corresponding to object state

Returns:
JSON representation

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All Rights Reserved.