Model
CanUseInternal
Magento\Payment\Model\Checks\CanUseInternal
What it does
This class checks if a payment method can be used in the Magento admin area (backend) when creating orders.
Developers use this specification class as part of payment method validation to determine whether a specific payment method is available for admin users to process orders on behalf of customers.
It's typically invoked during the checkout process in the admin panel.
Public Methods
- isApplicable()