Class Amounts
Represents an amount in various currencies
Constructors
Amounts()
Declaration
public Amounts()
Properties
CHF
The CHF value
Declaration
public Amount CHF { get; set; }
Property Value
Type | Description |
---|---|
Amount |
EUR
The EUR value
Declaration
public Amount EUR { get; set; }
Property Value
Type | Description |
---|---|
Amount |
GBP
The GBP value
Declaration
public Amount GBP { get; set; }
Property Value
Type | Description |
---|---|
Amount |
JPY
The JPY value
Declaration
public Amount JPY { get; set; }
Property Value
Type | Description |
---|---|
Amount |
Native
The GBP value
Declaration
public Amount Native { get; set; }
Property Value
Type | Description |
---|---|
Amount |
USD
The USD value
Declaration
public Amount USD { get; set; }
Property Value
Type | Description |
---|---|
Amount |