Table of Contents

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

FinalPriceFormatted

public string FinalPriceFormatted { get; }

Property Value

string

PreTaxPrice

public decimal PreTaxPrice { get; }

Property Value

decimal

PreTaxPriceFormatted

public string PreTaxPriceFormatted { get; }

Property Value

string

Tax

public decimal Tax { get; }

Property Value

decimal

TaxFormatted

public string TaxFormatted { get; }

Property Value

string

Methods

FormatNumber(decimal)

protected string FormatNumber(decimal number)

Parameters

number decimal

Returns

string