Class Mage_Paypal_Model_Payment_Transaction
Payment transaction model Tracks transaction history
- Varien_Object
- Mage_Core_Model_Abstract
- Mage_Paypal_Model_Payment_Transaction
Package: Mage\Paypal
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Paypal/Model/Payment/Transaction.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Paypal/Model/Payment/Transaction.php
protected
|
|
public
|
|
protected
|
|
public
|
#
loadByTxnId( string $txnId )
Load self by specified transaction ID. Requires the valid payment object to be set |
protected
|
|
public
Mage_Paypal_Model_Order_Payment_Transaction
|
#
setAdditionalInformation( string $key, mixed $value )
Additional information setter Updates data inside the 'additional_information' array Doesn't allow to set arrays |
public
array|null|mixed
|
#
getAdditionalInformation( string $key = null )
Getter for entire additional_information value or one of its element by key |
public
|
#
unsAdditionalInformation( string $key = null )
Unsetter for entire additional_information value or one of its element by key |
public
|
#
isFailsafe( boolean $setFailsafe = null )
Setter/Getter whether transaction is supposed to prevent exceptions on saving |
protected
|
|
protected
|
|
protected
|
#
_verifyThisTransactionExists( )
Make sure this object is a valid transaction TODO for more restriction we can check for data consistency |
protected
boolean
|
$_isFailsafe | false |
#
Whether to throw exceptions on different operations |
protected
string
|
$_eventPrefix | 'paypal_payment_transaction' |
#
Event object prefix |
protected
string
|
$_eventObject | 'paypal_payment_transaction' |
#
Event object prefix |
protected
integer
|
$_orderWebsiteId | null |
#
Order website id |
$_cacheTag,
$_dataSaveAllowed,
$_isObjectNew,
$_resource,
$_resourceCollectionName,
$_resourceName
|