Log in
Interface

TaxRateTitleInterface

Magento\Tax\Api\Data\TaxRateTitleInterface

What it does

This interface defines the contract for tax rate title data objects in Magento 2.

Developers use it to manage store-specific titles/labels for tax rates, allowing different display names for the same tax rate across multiple store views.

It's primarily used when creating or modifying tax rate configurations that need localized naming.

Public Methods

  • getStoreId()
  • setStoreId()
  • getValue()
  • setValue()
  • getExtensionAttributes()
  • setExtensionAttributes()