Class MoneyModel
Inheritance
System.Object
MoneyModel
Namespace: EPiServer.Commerce.Shell.Rest.Models
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0Syntax
public class MoneyModel : Object
Constructors
MoneyModel()
Declaration
public MoneyModel()
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 |