Model
Result
Magento\Payment\Model\Paygate\Result
What it does
This class serves as a data container for payment gateway results in Magento 2.
Developers use it to store and retrieve response data from payment gateway operations like authorization, capture, or refund requests.
It extends DataObject to provide magic getter/setter methods for flexible data handling without defining specific properties.