Show / Hide Table of Contents

Class EdiDeliveryAttemptRejected

The consignee has rejected the consignment"

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

Properties

Damaged

The delivery was rejected because the consignment is damaged

Declaration
public EdiEmptyExtendableObject Damaged { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

Incomplete

The delivery was rejected because some parts of the consignment are missing

Declaration
public EdiEmptyExtendableObject Incomplete { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

MissingDocumentation

The delivery was rejected because required documentation (e.g. delivery note) was missing

Declaration
public EdiEmptyExtendableObject MissingDocumentation { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

MissingNotification

The delivery was rejected because of a missing notification

Declaration
public EdiEmptyExtendableObject MissingNotification { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

NoPayment

The delivery was rejected because required documentation (e.g. delivery note) was missing

Declaration
public EdiEmptyExtendableObject NoPayment { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

NotOrdered

The delivery was rejected because the consignee never ordered the goods

Declaration
public EdiEmptyExtendableObject NotOrdered { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

TooLate

The delivery rejected because it was performed after the deadline

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