Model
BillingAddressManagement
Magento\Quote\Model\BillingAddressManagement
What it does
This class manages billing address operations for shopping carts in Magento 2.
Developers use it to assign or retrieve billing addresses for quotes, with optional functionality to use the same address for shipping.
It provides thread-safe operations through mutex locking and validates addresses before saving them to the cart.
Public Methods
- assign()
- get()