QuoteIdToMaskedQuoteIdInterface
Magento\Quote\Model\QuoteIdToMaskedQuoteIdInterface
What it does
This interface defines a contract for converting a numeric quote ID into a masked (hashed) quote ID string.
Developers use this when they need to expose quote identifiers publicly, such as in guest checkout scenarios or API responses, where revealing internal database IDs would be a security concern.
The masked ID protects sensitive information while still allowing quote operations.
Public Methods
- execute()