ParametersNumberDecimalsAmount Method

Get the name of the number of decimals parameter to calculate the amount, depending on the document type.

Definition

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

Parameters

documentType  NullableNoteType  (Optional)
Type of the document.

Return Value

String
String with the name of the number of decimals parameter to manage the price of an item.

See Also