Batch Quantity (BBIE). The quantity of ordered Items that constitutes a batch for delivery purposes.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
IQuantity BatchQuantity { get; set; } |
| Visual Basic |
|---|
Property BatchQuantity As IQuantity
Get
Set |
| Visual C++ |
|---|
property IQuantity^ BatchQuantity {
IQuantity^ get ();
void set (IQuantity^ value);
} |
| F# |
|---|
abstract BatchQuantity : IQuantity with get, set
|
Property Value
Type:
IQuantityRemarks
Examples
"100 units", "by the dozen"
See Also