/* Options: Date: 2025-05-05 18:05:28 Version: 8.61 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://prod-api-agency-orch-mb-dhc.rapp-customers.co.uk //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetMotabilityPricingCsvRequest.* //ExcludeTypes: //DefaultImports: */ export interface IGet { } // @Route("/v1/motability/pricing/csv", "GET") export class GetMotabilityPricingCsvRequest implements IGet { public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'GetMotabilityPricingCsvRequest'; } public getMethod() { return 'GET'; } public createResponse() {} }