Price (ASBIE). An association to Price.

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

Property Value

Type: IPrice

Implements

IDebitNoteLine..::..Price

Remarks

Dictionary entry name
Debit Note Line. Price
Cardinality
0..1

See Also