Class Mage_Paypal_Model_Method_Agreement
Paypal Billing Agreement method
- Varien_Object
- Mage_Payment_Model_Method_Abstract
- Mage_Sales_Model_Payment_Method_Billing_AgreementAbstract
- Mage_Paypal_Model_Method_Agreement implements Mage_Payment_Model_Billing_Agreement_MethodInterface
Package: Mage\Paypal
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/Method/Agreement.php
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/Method/Agreement.php
assignData(),
isAvailable()
|
PAYMENT_INFO_REFERENCE_ID,
TRANSPORT_BILLING_AGREEMENT_ID
|
ACTION_AUTHORIZE,
ACTION_AUTHORIZE_CAPTURE,
ACTION_ORDER,
STATUS_APPROVED,
STATUS_DECLINED,
STATUS_ERROR,
STATUS_SUCCESS,
STATUS_UNKNOWN,
STATUS_VOID
|
protected
string
|
$_code |
|
#
Method code |
protected
boolean
|
$_canAuthorize | true |
#
Method instance settings |
protected
boolean
|
$_canCapture | true |
|
protected
boolean
|
$_canCapturePartial | true |
|
protected
boolean
|
$_canRefund | true |
|
protected
boolean
|
$_canRefundInvoicePartial | true |
|
protected
boolean
|
$_canVoid | true |
|
protected
boolean
|
$_canUseCheckout | false |
|
protected
boolean
|
$_canUseInternal | false |
|
protected
boolean
|
$_canFetchTransactionInfo | true |
|
protected
boolean
|
$_canReviewPayment | true |
|
protected
|
$_pro | null |
#
Website Payments Pro instance |
$_formBlockType,
$_infoBlockType,
$_isAvailable
|