public class AgreementTransactions extends PayPalModel
| Constructor and Description |
|---|
AgreementTransactions()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<AgreementTransaction> |
getAgreementTransactionList()
Array of agreement_transaction object.
|
int |
hashCode() |
AgreementTransactions |
setAgreementTransactionList(java.util.List<AgreementTransaction> agreementTransactionList)
Array of agreement_transaction object.
|
toJSON, toStringpublic java.util.List<AgreementTransaction> getAgreementTransactionList()
public AgreementTransactions setAgreementTransactionList(java.util.List<AgreementTransaction> agreementTransactionList)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel