Base Unit Measure (BBIE). Where a tax is applied at a certain rate per unit, the measure of units on which the tax calculation is based.

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

Property Value

Type: Decimal

Implements

ITaxCategory..::..BaseUnitMeasure

Remarks

Dictionary entry name
Tax Category. Base Unit Measure. Measure
Cardinality
0..1

See Also