Class EdiLoadingOptions
Information about the loading of the main haul
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiLoadingOptions
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiLoadingOptions : EdiPatternPropertiesBase
Properties
DirectPickup
The goods picked up by the line haul and are not loaded by the shipping partners warehouse
Declaration
public bool? DirectPickup { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
GatewayDisposal
The gateway / HUB to which the goods should send after pickup from the contracted partners. If not set the route usually is determined by the networks routing rules
Declaration
public EdiPartnerIdentification GatewayDisposal { get; set; }
Property Value
Type | Description |
---|---|
EdiPartnerIdentification |
ReceivingPartnerDisposal
The partner which should get the goods after pickup from the contracted partners. If not set the receiving partner usually is determined by the networks routing rules
Declaration
public EdiPartnerIdentification ReceivingPartnerDisposal { get; set; }
Property Value
Type | Description |
---|---|
EdiPartnerIdentification |