Show / Hide Table of Contents

Class EdiBilling

Information for invoicing and clearing

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

Properties

CostsAndCharges

Used to transfer detailed information about the fees

Declaration
public CostsAndCharges CostsAndCharges { get; set; }
Property Value
Type Description
CostsAndCharges

DeliveryTerms

Use to specify under which terms the consignment followed by this pickup order is process and which legs are billed to whom

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

FreightPayer

The party which receives the invoice (if different from the shipper)

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

LogisticModel

Used to active special billing and clearing conditions the partners have agreed on

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

RoutingOrder

Use to specify that the consignment results of a standing pickup order and specifies the partner which issued this pickup order and thus should be billed

Declaration
public EdiPartnerIdentification RoutingOrder { get; set; }
Property Value
Type Description
EdiPartnerIdentification

Tariff

Use to specify a special tariff to be used for freight calculation (e.g. heavy goods, ...)

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