Class EdiDeliveryOptions
Requirements for special services or equipment for the delivery
Inheritance
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiDeliveryOptions : EdiPatternPropertiesBase
Properties
CashOnDelivery
The goods must only be delivered if the recipient pays the given amount
Declaration
public EdiCashOnDelivery CashOnDelivery { get; set; }
Property Value
Type | Description |
---|---|
EdiCashOnDelivery |
DeliveryNoteOnGoods
The delivery note is attached to the goods
Declaration
public bool? DeliveryNoteOnGoods { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
DeliveryOnlyWithDeliveryNote
Delivery should only be performed with the delivery note
Declaration
public bool? DeliveryOnlyWithDeliveryNote { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
DeliveryWithoutReceiptAllowed
The goods may be dropped at the designated location without a signature
Declaration
public bool? DeliveryWithoutReceiptAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
DigitalDeliveryNote
The delivery note has been sent by means of digital communication (and is not attached to the goods)
Declaration
public bool? DigitalDeliveryNote { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ForAttentionOf
The goods may be dropped at the designated location without a signature
Declaration
public string ForAttentionOf { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LiftingPlatform
The consignment can only be delivered with a vehicle equipped with a lifting platform
Declaration
public bool? LiftingPlatform { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
PickupByConsignee
The consignee will pick up the goods at the receiving partner's warehouse. Do not perform local delivery
Declaration
public bool? PickupByConsignee { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
PodOnOriginalDeliveryNote
The recipient must sign the original delivery note as proof of delivery. The signed document must be returned to the shipping partner
Declaration
public bool? PodOnOriginalDeliveryNote { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
PointOfUseDelivery1Person
The goods must be delivered to the point of use with one man handling
Declaration
public bool? PointOfUseDelivery1Person { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
PointOfUseDelivery2Persons
The goods must be delivered to the point of use with two men handling
Declaration
public bool? PointOfUseDelivery2Persons { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ReturnOriginalDeliveryNote
Original delivery note must be returned with the signature of the recipient to the shipping partner as paper (i.e. not in electronic form)
Declaration
public bool? ReturnOriginalDeliveryNote { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ShelfService
The goods must be put into the shelves at the destination
Declaration
public bool? ShelfService { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
UseSpecificLastMileProvider
A given last mile provider must be used
Declaration
public EdiUseSpecificLastMileProvider UseSpecificLastMileProvider { get; set; }
Property Value
Type | Description |
---|---|
EdiUseSpecificLastMileProvider |
WorkRequest
The receiving partner should perform the action specified
Declaration
public EdiWorkRequest WorkRequest { get; set; }
Property Value
Type | Description |
---|---|
EdiWorkRequest |