Add a new 'Instructions' entry.
Instructions (BBIE). Delivery instructions relating to a shipment.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: 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 |
Implements
IShipment..::..AddDeliveryInstructions(IText)
See Also