Class AmountDcc
Foreign Amount. Is local amount multiplied by the exchange rate.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIX.TimApi
Assembly: TimApi.dll
Syntax
public class AmountDcc : Amount
Constructors
AmountDcc()
Declaration
protected AmountDcc()
Properties
DecMarkup
Markup which is applied to the DCC rate provided by the DCC provider as decimal
Declaration
public decimal DecMarkup { get; }
Property Value
Type | Description |
---|---|
System.Decimal | The decimal markup. |
DecRate
Exchange rate of the specified amount as decimal
Declaration
public decimal DecRate { get; }
Property Value
Type | Description |
---|---|
System.Decimal | The decimal rate. |
Markup
Markup which is applied to the DCC rate provided by the DCC provider.
Declaration
public int Markup { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The markup. |
MarkupExponent
Defines exponent of the markup.
Declaration
public int MarkupExponent { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The markup exponent. |
Rate
Exchange rate of the specified amount.
Declaration
public int Rate { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The rate. |
RateExponent
Exchange rate exponent of the specified amount (decimal places after point in the Currency)
Declaration
public int RateExponent { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The rate exponent. |
Methods
ToString()
String representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |