> For the complete documentation index, see [llms.txt](https://developer.nilvera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.nilvera.com/en/nilvera-model/eledger/downloadledger.md).

# DownloadLedger

```csharp
public class DownloadLedger
{
    public string Year { get; set; }
    public string Period { get; set; }
}
```

### <mark style="color:blue;">DownloadLedger</mark> Fields and Descriptions

1. **Year**
   * *Type:* string
   * *Description:* Year information must be entered in this field.
   * *Example:* 2025
2. **Period**
   * *Type:* string
   * *Description:* Period information must be entered in this field.
   * *Example:* April
