FormatsAccountingAccountPropertySuffix Method
Format an account with third party termination.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string AccountingAccountPropertySuffix(
int digits,
PropertyDocumentType propertyType,
string account,
string accountProperty
)
Public Shared Function AccountingAccountPropertySuffix (
digits As Integer,
propertyType As PropertyDocumentType,
account As String,
accountProperty As String
) As String
- 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.
StringString with the formatted account the incidents of the query.