Percent (BBIE). The tax rate for the category, expressed as a percentage.

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

Property Value

Type: Decimal

Implements

ITaxCategory..::..Percent

Remarks

Dictionary entry name
Tax Category. Percent
Cardinality
0..1

See Also