DownloadLedger
public class DownloadLedger
{
public string Year { get; set; }
public string Period { get; set; }
}
DownloadLedger Fields and Descriptions
Year
Type: string
Description: Year information must be entered in this field.
Example: 2025
Period
Type: string
Description: Period information must be entered in this field.
Example: April
Last updated