> 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/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> Alanları ve Açıklamaları

1. Year
   * *Tanımlama Tipi*: string
   * *Açıklama*: Yıl bilgisi bu alana girilmelidir.
   * *Örnek*: 2025
2. Period
   * *Tanımlama Tipi*: string
   * *Açıklama:* Dönem bilgisi bu alana girilmelidir.
   * *Örnek:* Nisan
