Class Amounts
Represents an amount in various currencies
public class Amounts
- Inheritance
-
Amounts
- Inherited Members
Constructors
Amounts()
public Amounts()
Properties
CHF
The CHF value
public Amount CHF { get; set; }
Property Value
EUR
The EUR value
public Amount EUR { get; set; }
Property Value
GBP
The GBP value
public Amount GBP { get; set; }
Property Value
JPY
The JPY value
public Amount JPY { get; set; }
Property Value
Native
The GBP value
public Amount Native { get; set; }
Property Value
USD
The USD value
public Amount USD { get; set; }