Show / Hide Table of Contents

Class EdiInsuranceValue

Value of the goods, used for insurance purposes

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiInsuranceValue
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiInsuranceValue : EdiPatternPropertiesBase

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