CurrencyAmount Class

Represents a monetary amount in a specific currency.

Namespace

RichMessaging

CurrencyAmount Properties

The following are properties for CurrencyAmount.

amount

The numeric amount value.

Signature

public Decimal amount {get; set;}

Property Value

Type: Decimal

currency

The ISO currency code of the amount.

Signature

public String currency {get; set;}

Property Value

Type: String