Oversupply Quantity (BBIE). The quanitity over-supplied i.e. the quantity over and above that ordered.

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

Property Value

Type: IQuantity

Implements

IReceiptLine..::..OversupplyQuantity

Remarks

Dictionary entry name
Receipt Line. Oversupply Quantity. Quantity
Cardinality
0..1

See Also