Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class MoneyModel

Inheritance
System.Object
MoneyModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class MoneyModel : Object

Constructors

MoneyModel()

Declaration
public MoneyModel()

MoneyModel(Currency, Decimal)

Declaration
public MoneyModel(Currency currency, Decimal amount)
Parameters
Type Name Description
Currency currency
System.Decimal amount

MoneyModel(Money)

Declaration
public MoneyModel(Money money)
Parameters
Type Name Description
Money money

Properties

Amount

Declaration
public Decimal Amount { get; set; }
Property Value
Type Description
System.Decimal

Currency

Declaration
public string Currency { get; set; }
Property Value
Type Description
System.String

Fractions

Declaration
public int Fractions { get; set; }
Property Value
Type Description
System.Int32