Class MoneyModel
Inheritance
System.Object
MoneyModel
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class MoneyModel : Object
Constructors
MoneyModel()
Declaration
Declaration
public MoneyModel(Currency currency, Decimal amount)
Parameters
| Type |
Name |
Description |
| Currency |
currency |
|
| System.Decimal |
amount |
|
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 |
|