Log in
Interface

CustomAttributeListInterface

Magento\Quote\Model\Quote\Address\CustomAttributeListInterface

What it does

This interface defines a contract for retrieving custom attributes that can be added to quote addresses in Magento 2.

Developers would implement this interface when they need to extend quote address functionality with additional custom fields beyond the standard address attributes.

It's commonly used in checkout customization scenarios where extra address information needs to be captured.

Public Methods

  • getAttributes()