# 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
