Add a new 'Instructions' entry. Instructions (BBIE). Delivery instructions relating to a shipment.

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

Syntax

C#
public void AddDeliveryInstructions(
	IText deliveryInstructions
)
Visual Basic
Public Sub AddDeliveryInstructions ( 
	deliveryInstructions As IText
)
Visual C++
public:
virtual void AddDeliveryInstructions(
	IText^ deliveryInstructions
) sealed
F#
abstract AddDeliveryInstructions : 
        deliveryInstructions : IText -> unit 
override AddDeliveryInstructions : 
        deliveryInstructions : IText -> unit 

Parameters

deliveryInstructions
Type: Unimaze.Composer.Ubl2.Interfaces..::..IText
The IText to add.

Implements

IShipment..::..AddDeliveryInstructions(IText)

See Also