Table of Contents

Class Amounts

Namespace
Si.Srp.Models.Read
Assembly
Si.Srp.Models.Read.dll

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

Amount

EUR

The EUR value

public Amount EUR { get; set; }

Property Value

Amount

GBP

The GBP value

public Amount GBP { get; set; }

Property Value

Amount

JPY

The JPY value

public Amount JPY { get; set; }

Property Value

Amount

Native

The GBP value

public Amount Native { get; set; }

Property Value

Amount

USD

The USD value

public Amount USD { get; set; }

Property Value

Amount