/* Options: Date: 2026-06-06 15:43:52 Version: 10.06 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.vipbetting.ath.cx //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetCashbookEntriesReport.* //ExcludeTypes: //DefaultImports: */ // @ts-nocheck // @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() {} }