Class DccData
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class DccData
Properties
Amount
Amount of transaction formatted according to card scheme specifications. E.g. 100 for 1.00 EUR.
Declaration
public long? Amount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ConversionRate
Currency conversion rate in decimal notation.
Declaration
public decimal? ConversionRate { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
CurrencyCode
Alpha-numeric ISO 4217 currency code for transaction, e.g. EUR
Declaration
public string CurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
string |
NumberOfDecimals
Number of decimals in the amount
Declaration
public int? NumberOfDecimals { get; set; }
Property Value
Type | Description |
---|---|
int? |