public class Transaction extends TransactionBase
| Constructor and Description |
|---|
Transaction()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<Transaction> |
getTransactions()
Financial transactions related to a payment.
|
int |
hashCode() |
Transaction |
setTransactions(java.util.List<Transaction> transactions)
Financial transactions related to a payment.
|
getPurchaseUnitReferenceId, getRelatedResources, setPurchaseUnitReferenceId, setRelatedResourcesgetAmount, getCustom, getDescription, getExternalFunding, getInvoiceNumber, getItemList, getNoteToPayee, getNotifyUrl, getOrderUrl, getPayee, getPaymentOptions, getReferenceId, getSoftDescriptor, getSoftDescriptorCity, setAmount, setCustom, setDescription, setExternalFunding, setInvoiceNumber, setItemList, setNoteToPayee, setNotifyUrl, setOrderUrl, setPayee, setPaymentOptions, setReferenceId, setSoftDescriptor, setSoftDescriptorCitytoJSON, toStringpublic java.util.List<Transaction> getTransactions()
public Transaction setTransactions(java.util.List<Transaction> transactions)
public boolean equals(java.lang.Object o)
equals in class TransactionBaseprotected boolean canEqual(java.lang.Object other)
canEqual in class TransactionBasepublic int hashCode()
hashCode in class TransactionBase