Class Ledger
The default ledgers in the system as standard
Inheritance
System.Object
    Ledger
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: LemonEdge.API.Entities.Helpers
Assembly: API.dll
Syntax
public static class Ledger
  Fields
BASE_LEDGER_NAME
The name of the default Base ledger
Declaration
public const string BASE_LEDGER_NAME = "Base"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
HYPO_LEDGER_NAME
The name of the default hypothetical ledger
Declaration
public const string HYPO_LEDGER_NAME = "Hypo"
  Field Value
| Type | Description | 
|---|---|
| System.String |