Content Unit (BBIE). The quantity of the order unit of measure of the line.
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 ContentUnitQuantity { get; set; } |
| Visual Basic |
|---|
Property ContentUnitQuantity As IQuantity
Get
Set |
| Visual C++ |
|---|
property IQuantity^ ContentUnitQuantity {
IQuantity^ get ();
void set (IQuantity^ value);
} |
| F# |
|---|
abstract ContentUnitQuantity : IQuantity with get, set
|
Property Value
Type:
IQuantityRemarks
Examples
If order unit measure identifier is "each", then content unit quantity is "1".
See Also