ParametersNumberDecimalsQuantity Method

Get the name of the number of decimals parameter for the corresponding quantity, according to the document enumeration.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string NumberDecimalsQuantity(
	NoteType? documentType = null
)

Parameters

documentType  NullableNoteType  (Optional)
Type of the document.

Return Value

String
String with the name of the number of decimals parameter for the corresponding quantity.

See Also