Enum TransactionCodeOffsetType
Namespace: LemonEdge.API.Entities.FinancialServices.Transactions
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
public enum TransactionCodeOffsetType : short
Fields
Name | Description |
---|---|
MergeWithSameOffsets | This offset will automatically be created as a sub-transaction (that others can also re-use) or will re-use any current offset to this transaction code |
None | The offset is only generated manually from user selection |
Unique | This offset will automatically be created as its own sub-transaction |