/* Options: Date: 2024-07-04 03:47:25 Version: 6.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://cip-reporting-preview.chargeitpro.com //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: DashboardLatestTransRequest.* //ExcludeTypes: //DefaultImports: */ // @Route("/Dashboard/LatestTrans") export class DashboardLatestTransRequest { public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'DashboardLatestTransRequest'; } public getMethod() { return 'GET'; } public createResponse() {} }