Orderable Unit Factor (BBIE). The factor by which the base price unit can be converted to the orderable unit.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
decimal OrderableUnitFactorRate { get; set; }
Visual Basic
Property OrderableUnitFactorRate As Decimal
	Get
	Set
Visual C++
property Decimal OrderableUnitFactorRate {
	Decimal get ();
	void set (Decimal value);
}
F#
abstract OrderableUnitFactorRate : decimal with get, set

Property Value

Type: Decimal

Remarks

Dictionary entry name
Price. Orderable Unit Factor. Rate
Cardinality
0..1

Examples

Nails are priced by weight but ordered by quantity. So this would say how many nails per kilo

See Also