Batch Quantity (BBIE). The quantity of ordered Items that constitutes a batch for delivery purposes.

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

Property Value

Type: IQuantity

Implements

IDeliveryUnit..::..BatchQuantity

Remarks

Dictionary entry name
Delivery Unit. Batch Quantity. Quantity
Cardinality
1

Examples

"100 units", "by the dozen"

See Also