Formatted Price interface. Aggregate formatted html with price representations. E.g.: <span class="price">$9.00</span> Consider currency, rounding and html
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] |