DownloadLedger

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

DownloadLedger 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

Last updated