/* Options: Date: 2025-12-06 05:23:33 Version: 8.70 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.sbbet.ath.cx //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetCashbookEntriesReport.* //ExcludeTypes: //DefaultImports: */ // @Route("/qry/reports/cashbookEntries") export class GetCashbookEntriesReport { public format: string; public periodFrom: string; public periodTo: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'GetCashbookEntriesReport'; } public getMethod() { return 'POST'; } public createResponse() {} }