Enum PostingDebitCredit
Namespace: LemonEdge.API.Entities.FinancialServices.Accounting
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
public enum PostingDebitCredit : short
Fields
Name | Description |
---|---|
AlwaysPositive | Indicates this gl amount will always be shown as either a positive debit or credit |
Credit | Indicates this gl amount will always be shown as a credit even if it holds a negative value |
Debit | Indicates this gl amount will always be shown as a debit even if it holds a negative value |