Class AmountOfMoney
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class AmountOfMoney
Properties
Amount
Amount in cents and always having 2 decimals
Declaration
public long? Amount { get; set; }
Property Value
Type | Description |
---|---|
long? |
CurrencyCode
Three-letter ISO currency code representing the currency for the amount
Declaration
public string CurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
string |