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

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

Property Value

Type: Decimal

Implements

IPrice..::..OrderableUnitFactorRate

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