Interface
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 working with guest customers or API operations where exposing the actual quote ID would be a security concern.
The masked ID is typically used in frontend operations and API requests to hide the sequential nature of quote IDs.
Public Methods
- execute()