Show / Hide Table of Contents

Class EdiPickupCancellation

Events indicating the cancellation of the pickup order

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

Properties

CancellationByContractPartner

The pick-up order was cancelled by the shipping partner (carrier)

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

CancellationBySourcePartner

The pick-up order was cancelled by the sender (customer)

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