Class TransactionBase
Class TransactionBase
A transaction defines the contract of a payment - what is the payment for and who is fulfilling it.
- PayPal\Common\PayPalModel
- PayPal\Api\CartBase
- PayPal\Api\TransactionBase
Direct known subclasses
Methods summary
public
|
#
setRelatedResources(
List of financial transactions (Sale, Authorization, Capture, Refund) related to the payment. |
public
|
#
getRelatedResources( )
List of financial transactions (Sale, Authorization, Capture, Refund) related to the payment. |
Methods inherited from PayPal\Api\CartBase
addExternalFunding()
,
getAmount()
,
getCustom()
,
getDescription()
,
getExternalFunding()
,
getInvoiceNumber()
,
getItemList()
,
getNoteToPayee()
,
getNotifyUrl()
,
getOrderUrl()
,
getPayee()
,
getPaymentOptions()
,
getPurchaseOrder()
,
getReferenceId()
,
getSoftDescriptor()
,
getSoftDescriptorCity()
,
removeExternalFunding()
,
setAmount()
,
setCustom()
,
setDescription()
,
setExternalFunding()
,
setInvoiceNumber()
,
setItemList()
,
setNoteToPayee()
,
setNotifyUrl()
,
setOrderUrl()
,
setPayee()
,
setPaymentOptions()
,
setPurchaseOrder()
,
setReferenceId()
,
setSoftDescriptor()
,
setSoftDescriptorCity()
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()