Class ProductPrice
- Namespace
- Rescope.Commerce.Core.Models
- Assembly
- Rescope.Commerce.Core.dll
public class ProductPrice
- Inheritance
-
ProductPrice
- Inherited Members
-
Properties
FinalPrice
public decimal FinalPrice { get; }
Property Value
- decimal
public string FinalPriceFormatted { get; }
Property Value
- string
PreTaxPrice
public decimal PreTaxPrice { get; }
Property Value
- decimal
public string PreTaxPriceFormatted { get; }
Property Value
- string
Tax
public decimal Tax { get; }
Property Value
- decimal
public string TaxFormatted { get; }
Property Value
- string
Methods
protected string FormatNumber(decimal number)
Parameters
number
decimal
Returns
- string