Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.12 KB

CatalogDataProductRenderFormattedPriceInfoInterface.md

File metadata and controls

20 lines (14 loc) · 1.12 KB

# CatalogDataProductRenderFormattedPriceInfoInterface

Formatted Price interface. Aggregate formatted html with price representations. E.g.: <span class=&quot;price&quot;>$9.00</span> Consider currency, rounding and html

Properties

Name Type Description Notes
FinalPrice string Html with final price
MaxPrice string Max price of a product
MinimalPrice string The minimal price of the product or variation
MaxRegularPrice string Max regular price
MinimalRegularPrice string Minimal regular price
SpecialPrice string Special price
RegularPrice string Price - is price of product without discounts and special price with taxes and fixed product tax
ExtensionAttributes map[string]interface{} ExtensionInterface class for @see \Magento\Catalog\Api\Data\ProductRender\FormattedPriceInfoInterface [optional]

[Back to Model list] [Back to API list] [Back to README]