public class TransactionBase extends CartBase
| Constructor and Description |
|---|
TransactionBase()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getPurchaseUnitReferenceId()
Identifier to the purchase unit corresponding to this sale transaction.
|
java.util.List<RelatedResources> |
getRelatedResources()
List of financial transactions (Sale, Authorization, Capture, Refund) related to the payment.
|
int |
hashCode() |
TransactionBase |
setPurchaseUnitReferenceId(java.lang.String purchaseUnitReferenceId)
Identifier to the purchase unit corresponding to this sale transaction.
|
TransactionBase |
setRelatedResources(java.util.List<RelatedResources> relatedResources)
List of financial transactions (Sale, Authorization, Capture, Refund) related to the payment.
|
getAmount, 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<RelatedResources> getRelatedResources()
public java.lang.String getPurchaseUnitReferenceId()
public TransactionBase setRelatedResources(java.util.List<RelatedResources> relatedResources)
public TransactionBase setPurchaseUnitReferenceId(java.lang.String purchaseUnitReferenceId)