Interface ITransactionPathProvider
Namespace: LemonEdge.API.Core.FinancialServices.Processors.Transactional
Assembly: LemonEdge.API.Core.FinancialServices.dll
Syntax
public interface ITransactionPathProvider
Methods
GetTransactionPath(ITransaction)
Declaration
(Guid? AllocationPathID, string Label, DateTimeOffset? OverrideAllocationDate) GetTransactionPath(ITransaction tran)
Parameters
Type | Name | Description |
---|---|---|
ITransaction | tran |
Returns
Type | Description |
---|---|
(Guid? AllocationPathID, string Label, DateTimeOffset? OverrideAllocationDate) |
Init()
Declaration
Task Init()
Returns
Type | Description |
---|---|
Task |