The number of decimal places used for the amount in the output. By default only significant digits are displayed (-1).

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#
int DecimalPlaces { get; set; }
Visual Basic
Property DecimalPlaces As Integer
	Get
	Set
Visual C++
property int DecimalPlaces {
	int get ();
	void set (int value);
}
F#
abstract DecimalPlaces : int with get, set

Property Value

Type: Int32

See Also