Bill Of Lading (ABIE).

Namespace: Unimaze.Composer.Ubl2
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public class BillOfLading : IBillOfLading
Visual Basic
Public Class BillOfLading
	Implements IBillOfLading
Visual C++
public ref class BillOfLading : IBillOfLading
F#
type BillOfLading =  
    class
        interface IBillOfLading
    end

Remarks

The Bill of Lading is issued by the party who acts as an agent for the carrier or other agents to the party who gives instructions for the transportation services (shipper, consignor, etc.) stating the details of the transportation, charges, and terms and conditions under which the transportation service is provided. The party issuing this document does not necessarily provide the physical transportation service. It corresponds to the information on the Forwarding Instruction. It is used for any mode of transport.

A Bill of Lading can serve as a contractual document between the parties for the transportation service. The document evidences a contract of carriage by sea and the acceptance of responsibility for the goods by the carrier, and by which the carrier undertakes to deliver the goods against surrender of the document. A provision in the document that the goods are to be delivered to the order of a named person, or to order, or to bearer, constitutes such an undertaking..

Inheritance Hierarchy

System..::..Object
  Unimaze.Composer.Ubl2..::..BillOfLading

See Also