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

Implementation

Details: How is \Magento\Sales\Model\Order\Payment::transactionAdditionalInfo declared and used?

Usages

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

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

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

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

5. \Magento\Paypal\Model\PayflowExpress::_importToPayment()

https://github.com/magento/magento2/blob/ffea3cd/app/code/Magento/Paypal/Model/PayflowExpress.php#L149-L161

6. \Magento\Paypal\Model\Payflow\Pro::_importCaptureResultToPayment()

https://github.com/magento/magento2/blob/ffea3cd/app/code/Magento/Paypal/Model/Payflow/Pro.php#L81-L100

7. \Magento\Paypal\Model\Payflow\Pro::_importRefundResultToPayment()

https://github.com/magento/magento2/blob/ffea3cd/app/code/Magento/Paypal/Model/Payflow/Pro.php#L126-L140

See also: