Class BlendTransactionAllocation
Contains a breakdown of the set of items to create transactions against, and their allocations, for a IBlendTransaction
Inherited Members
Namespace: LemonEdge.API.Core.FinancialServices.Processors.Transactional
Assembly: LemonEdge.API.Core.FinancialServices.dll
Syntax
public class BlendTransactionAllocation
Constructors
BlendTransactionAllocation()
Declaration
public BlendTransactionAllocation()
Properties
Allocations
A list of items that transactions should be created against
Declaration
public List<BlendTransactionToAllocation> Allocations { get; }
Property Value
Type | Description |
---|---|
List<BlendTransactionToAllocation> |
SQLWrapperID
If the SourceType is a sql wrapper, this holds the sql wrapper id, that items will be created from
Declaration
public Guid? SQLWrapperID { get; set; }
Property Value
Type | Description |
---|---|
Guid? |
ToEntityPathID
If the TargetType is Path or PathInverted, this will have the path to allocate the transaction down/up
Declaration
public Guid? ToEntityPathID { get; set; }
Property Value
Type | Description |
---|---|
Guid? |