Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
PaymentMethodManagement Class Reference
Inheritance diagram for PaymentMethodManagement:
PaymentMethodManagementInterface

Public Member Functions

 __construct (\Magento\Quote\Api\CartRepositoryInterface $quoteRepository, \Magento\Payment\Model\Checks\ZeroTotal $zeroTotalValidator, \Magento\Payment\Model\MethodList $methodList)
 
- Public Member Functions inherited from PaymentMethodManagementInterface
 set ($cartId, \Magento\Quote\Api\Data\PaymentInterface $method)
 
 get ($cartId)
 
 getList ($cartId)
 

Protected Attributes

 $quoteRepository
 
 $zeroTotalValidator
 
 $methodList
 

Detailed Description

Class PaymentMethodManagement

Definition at line 15 of file PaymentMethodManagement.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( \Magento\Quote\Api\CartRepositoryInterface  $quoteRepository,
\Magento\Payment\Model\Checks\ZeroTotal  $zeroTotalValidator,
\Magento\Payment\Model\MethodList  $methodList 
)

Constructor

Parameters
\Magento\Quote\Api\CartRepositoryInterface$quoteRepository
\Magento\Payment\Model\Checks\ZeroTotal$zeroTotalValidator
\Magento\Payment\Model\MethodList$methodList

Definition at line 39 of file PaymentMethodManagement.php.

Field Documentation

◆ $methodList

$methodList
protected

Definition at line 30 of file PaymentMethodManagement.php.

◆ $quoteRepository

$quoteRepository
protected

Definition at line 20 of file PaymentMethodManagement.php.

◆ $zeroTotalValidator

$zeroTotalValidator
protected

Definition at line 25 of file PaymentMethodManagement.php.


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