Show / Hide Table of Contents

Class EdiEventChangeRequest

Events indicating new information that should be added/updated in the consignment

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

Properties

BillingAreaPalletBays

The area occupied by the consignment - expressed in standard pallet sizes

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

BillingDeliveryTerm

A new delivery term that should be considered for billing

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

BillingLoadingMeter

The area occupied by the consignment - expressed in loading meters

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