A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class Amount

The amount object in Bolt

Inheritance
System.Object
Amount
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
public class Amount : Object

Constructors

Amount()

Declaration
public Amount()

Properties

Currency

The currency

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

CurrencySymbol

The currency symbol

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

TotalAmount

The amount

Declaration
public long TotalAmount { get; set; }
Property Value
Type Description
System.Int64