Enum AllocationPathType
Namespace: LemonEdge.API.Entities.FinancialServices.Transactions
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
public enum AllocationPathType : short
Fields
Name | Description |
---|---|
Percentage | Indicates the actual percentages for each rule is all that is used, and not the aggregate total for amounts allocated above. |
TotalAmount | Indicates the allocation amounts in a path for allocations to other entities in the path are determined by the amount allocated in those entities themselves. For example the amount allocated to a vehicle is ignored, rather the total amount allocated to its entities in the path is used instead. |