Payment Module
Model\Cart\SalesModel\Factory
This factory creates wrapper objects that adapt Magento sales models (Quote or Order) into a standardized payment cart interface. Developers use this...
Model\Checks\SpecificationFactory
This factory class creates composite payment method specifications by mapping specification identifiers to their actual specification objects. Develop...
Model\Method\Factory
This factory class is responsible for creating instances of payment method models in Magento 2. Developers use this class when they need to dynamicall...
Model\Method\InstanceFactory
This factory class creates and configures payment method instances in Magento 2. It retrieves a payment method by its code using the Payment Helper an...
Model\Method\Specification\Factory
This factory class creates specification objects that define rules or criteria for payment methods. Developers use this to instantiate payment method...