FormatsAccountingAccountPropertySuffix Method

Format an account with third party termination.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string AccountingAccountPropertySuffix(
	int digits,
	PropertyDocumentType propertyType,
	string account,
	string accountProperty
)

Parameters

digits  Int32
Accounting account digits.
propertyType  PropertyDocumentType
Indicates the type of third party (Client/Supplier).
account  String
Account or accounting key (examples: 4300000, T, 4310T, ...).
accountProperty  String
Third party account to be used to format the account.

Return Value

String
String with the formatted account the incidents of the query.

See Also