Take the community feedback survey now.

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