Show / Hide Table of Contents

Class EdiTransportBilling

Financial information about this transport

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

Properties

CashOnDelivery

Cash is paid on Delivery

Declaration
public EdiCashOnDelivery CashOnDelivery { get; set; }
Property Value
Type Description
EdiCashOnDelivery

FreightPayer

Person / Company paying for the transport

Declaration
public EdiAddress FreightPayer { get; set; }
Property Value
Type Description
EdiAddress

PriceCarrier

Agreed price with carrier

Declaration
public EdiCostsAndCharges PriceCarrier { get; set; }
Property Value
Type Description
EdiCostsAndCharges

PriceCustomer

Agreed price with customer

Declaration
public EdiCostsAndCharges PriceCustomer { get; set; }
Property Value
Type Description
EdiCostsAndCharges

ValueGoods

Value of the transported goods

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