Show / Hide Table of Contents

Class EdiPackagingOptions

Packaging Options

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

Properties

Correction

Packaging correction for your Bordero from: ... (Additional description)"

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

Pickup

Package Pickup

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

Return

Packaging material return

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

ThirdPartyDelivery

Delivery of packaging by third parties on: ... (Additional description)

Declaration
public string ThirdPartyDelivery { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX