Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
FetchReports Class Reference

Public Member Functions

 __construct (\Magento\Paypal\Model\Report\SettlementFactory $settlementFactory)
 

Protected Attributes

 $_settlementFactory
 

Detailed Description

Definition at line 8 of file FetchReports.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( \Magento\Paypal\Model\Report\SettlementFactory  $settlementFactory)

Constructor

Parameters
\Magento\Paypal\Model\Report\SettlementFactory$settlementFactory

Definition at line 20 of file FetchReports.php.

22  {
23  $this->_settlementFactory = $settlementFactory;
24  }

Field Documentation

◆ $_settlementFactory

$_settlementFactory
protected

Definition at line 13 of file FetchReports.php.


The documentation for this class was generated from the following file: