How is \Magento\Sales\Model\Order\Payment::setTransactionId() implemented and used?

Implementation

Usages

1. \Magento\Sales\Model\Order\Payment::refund()

2. \Magento\Sales\Model\Order\Payment::registerRefundNotification()

3. \Magento\Sales\Model\Order\Payment::_void()

Details: How is \Magento\Sales\Model\Order\Payment::_void() implemented and used?

4. \Magento\Sales\Model\Order\Payment::setTransactionIdsForRefund()

5. \Magento\Sales\Model\Order\Payment\Operations\CaptureOperation::capture()

Details: How does \Magento\Sales\Model\Order\Payment\Operations\CaptureOperation::capture() work?

6. \Magento\Sales\Model\Order\Payment\Operations\RegisterCaptureNotificationOperation::registerCaptureNotification()

7. \Magento\Sales\Model\Order\Payment\Transaction\Builder::build()

Details: How is \Magento\Sales\Model\Order\Payment\Transaction\Builder::build() implemented and used?

8. \Magento\Authorizenet\Model\Directpost::processCapture()

9. \Magento\Authorizenet\Model\Directpost::void()

10. \Magento\Authorizenet\Model\Directpost::processRefund()

11. \Magento\Authorizenet\Model\Directpost::fillPaymentByResponse()

12. \Magento\Authorizenet\Model\Directpost::declineOrder()

13. \Magento\Braintree\Gateway\Response\TransactionIdHandler::setTransactionId()

14. \Magento\Paypal\Model\Direct::_importResultToPayment()

15. \Magento\Paypal\Model\Express::order()

16. \Magento\Paypal\Model\Express::void()

17. \Magento\Paypal\Model\Express::capture()

18. \Magento\Paypal\Model\Express::_importToPayment()

19. \Magento\Paypal\Model\Ipn::_registerPaymentCapture()

20. \Magento\Paypal\Model\Ipn::_registerPaymentDenial()

21. \Magento\Paypal\Model\Ipn::_registerPaymentPending()

22. \Magento\Paypal\Model\Ipn::_registerPaymentAuthorization()

23. \Magento\Paypal\Model\Ipn::_registerPaymentRefund()

See also: