Reference (BBIE). The Invoicing Party's reference to the payment, previously requested of the Payer to accompany remittance.

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 IText InvoicingPartyReference { get; set; }
Visual Basic
Public Property InvoicingPartyReference As IText
	Get
	Set
Visual C++
public:
virtual property IText^ InvoicingPartyReference {
	IText^ get () sealed;
	void set (IText^ value) sealed;
}
F#
abstract InvoicingPartyReference : IText with get, set
override InvoicingPartyReference : IText with get, set

Property Value

Type: IText

Implements

IRemittanceAdvice..::..InvoicingPartyReference

Remarks

Dictionary entry name
Remittance Advice. Invoicing Party_ Reference. Text
Cardinality
0..1

See Also