Interface
BillingAddressChooserInterface
Magento\InstantPurchase\Model\BillingAddressChoose\BillingAddressChooserInterface
What it does
This interface defines a contract for selecting an appropriate billing address for a customer during instant purchase operations.
Developers implement this interface to create custom logic for automatically choosing which of a customer's saved billing addresses should be used when they make an instant purchase, eliminating the need for manual address selection during checkout.
Public Methods
- choose()