Show / Hide Table of Contents

Class EdiValueAtBorderCrossing

Value of the goods at border crossing

Inheritance
System.Object
EdiValueAtBorderCrossing
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiValueAtBorderCrossing : object

Properties

Amount

Amount

Declaration
public decimal? Amount { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Currency

Currency

Declaration
public string Currency { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX