Class EdiCostsAndCharges
Costs and charges for this transport
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiCostsAndCharges
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiCostsAndCharges : EdiPatternPropertiesBase
Properties
Amount
Amount of the object in Euro
Declaration
public decimal? Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
Currency
Currency of the object as ISO-4217 (EUR, USD...)
Declaration
public string Currency { get; set; }
Property Value
Type | Description |
---|---|
System.String |