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

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

Parameters

receiptDocumentReference
Type: Unimaze.Composer.Ubl2.Interfaces..::..IDocumentReference
The IDocumentReference to add.

Implements

ISelfBilledCreditNote..::..AddReceiptDocumentRef(IDocumentReference)

See Also