Show / Hide Table of Contents

Class EdiPickupOptions

Special options needed to process this pickup order

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

Properties

DeliveryNoteFollowingByPost

Delivery Note is following later by post or driver post

Declaration
public bool? DeliveryNoteFollowingByPost { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

EmptyPallets

Driver has to bring empty pallets for exchange

Declaration
public bool? EmptyPallets { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ForAttentionOf

The pickup is for attention of the given company

Declaration
public string ForAttentionOf { get; set; }
Property Value
Type Description
System.String

LiftingPlatform

The pickup order can only be picked up with a vehicle equipped with a lifting platform

Declaration
public bool? LiftingPlatform { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

PointOfUsePickup1Person

The goods must be picked up from the point of use with one man handling. Usually in case of returning old goods

Declaration
public bool? PointOfUsePickup1Person { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

PointOfUsePickup2Persons

The goods must be picked up from the point of use with two man handling. Usually in case of returning old goolds

Declaration
public bool? PointOfUsePickup2Persons { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

UnknownDangerousGoods

The pickup contains unknown dangerous goods

Declaration
public bool? UnknownDangerousGoods { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

UseSpecificLastMileProvider

A given last mile provider must be used

Declaration
public bool? UseSpecificLastMileProvider { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
Back to top Generated by DocFX