Add a new 'Line Reference' entry. Line Reference (ASBIE). An associative reference to Receipt Line.

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 AddReceiptLineReference(
	ILineReference receiptLineReference
)
Visual Basic
Public Sub AddReceiptLineReference ( 
	receiptLineReference As ILineReference
)
Visual C++
public:
virtual void AddReceiptLineReference(
	ILineReference^ receiptLineReference
) sealed
F#
abstract AddReceiptLineReference : 
        receiptLineReference : ILineReference -> unit 
override AddReceiptLineReference : 
        receiptLineReference : ILineReference -> unit 

Parameters

receiptLineReference
Type: Unimaze.Composer.Ubl2.Interfaces..::..ILineReference
The ILineReference to add.

Implements

IDebitNoteLine..::..AddReceiptLineReference(ILineReference)

See Also