IHostFinanceGetAccountingAccountByOriginTypeAsync Method

Gets the code ledger count based on the source type asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<string> GetAccountingAccountByOriginTypeAsync(
	AccountingOriginType origenType,
	Object code
)

Parameters

origenType  AccountingOriginType
AccountingOriginType with the accounting origin type.
code  Object
code.

Return Value

TaskString
String with the accounting account by origin type.

See Also