Model
Address
Magento\Quote\Model\ResourceModel\Quote\Address
What it does
This resource model handles database operations for quote addresses (shipping and billing addresses during checkout).
Developers use this class when they need to perform custom database queries or operations on the quote_address table, such as saving, loading, or deleting address records associated with shopping cart quotes.