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.Shell.Rest.Models
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
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