How is the \Magento\Sales\Model\Order\Payment's setCcLast4() / getCcLast4() used?

getCcLast4()

https://github.com/magento/magento2/blob/8fd3e8/app/code/Magento/Payment/Block/Info/Cc.php#L101-L103

https://github.com/magento/magento2/blob/8fd3e8/app/code/Magento/Payment/Model/Method/Cc.php#L12-L12

https://github.com/magento/magento2/blob/8fd3e8/app/code/Magento/Payment/Model/Method/Cc.php#L19-L22

setCcLast4()

1

https://github.com/magento/magento2/blob/8fd3e8/app/code/Magento/Authorizenet/Model/Directpost.php#L357-L377

2

https://github.com/magento/magento2/blob/8fd3e8/app/code/Magento/Authorizenet/Model/Directpost.php#L594-L611

3

https://github.com/magento/magento2/blob/8fd3e8/app/code/Magento/Braintree/Model/PaymentMethod.php#L895-L915

4

https://github.com/magento/magento2/blob/8fd3e8/app/code/Magento/BraintreeTwo/Gateway/Response/CardDetailsHandler.php#L69-L78

See also: