IHostFinanceGetAccountingAccountByOriginTypeAsync Method
Gets the code ledger count based on the source type asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<string> GetAccountingAccountByOriginTypeAsync(
AccountingOriginType origenType,
Object code
)
Function GetAccountingAccountByOriginTypeAsync (
origenType As AccountingOriginType,
code As Object
) As Task(Of String)
- origenType AccountingOriginType
- AccountingOriginType with the accounting origin type.
- code Object
- code.
TaskStringString with the accounting account by origin type.