Model
PaymentCardBinDetails
Magento\PaymentServicesPaypal\Model\Api\Data\PaymentCardBinDetails
What it does
This class represents payment card BIN (Bank Identification Number) details for PayPal payment processing.
Developers use this data model to store and retrieve the first 6-8 digits of a credit card number, which identify the issuing bank and card type.
It's typically used during payment validation and fraud detection processes in the PaymentServicesPaypal module.
Public Methods
- getBin()
- setBin()