Show / Hide Table of Contents

Class EdiAnonymity

Neutral addresses which are shown to the shipper or consignee in order to conceal the actual shipper or recipient of the goods

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

Properties

NeutralConsignee

An address to be shown to the shipper instead of the actual address the consignee when picking up the goods

Declaration
public EdiAddress NeutralConsignee { get; set; }
Property Value
Type Description
EdiAddress

NeutralShipper

An address to be shown to the consignee instead of the actual shipper when delivering the goods

Declaration
public EdiAddress NeutralShipper { get; set; }
Property Value
Type Description
EdiAddress
Back to top Generated by DocFX