/* Options: Date: 2025-09-13 16:11:29 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://uat-api-vehicle-mgt-mb-dhc.rapp-customers.co.uk //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetMappedMarketingCodesCsvRequest.* //ExcludeTypes: //DefaultImports: */ export interface IGet { } // @Route("/v1/MappedMarketingCode", "GET") export class GetMappedMarketingCodesCsvRequest implements IGet { public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'GetMappedMarketingCodesCsvRequest'; } public getMethod() { return 'GET'; } public createResponse() {} }