/* Options: Date: 2026-04-05 18:17:52 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://internal.thebunkerbridge.com //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetDeliveryMethods.* //ExcludeTypes: //DefaultImports: */ // @Route("/Delivery-Methods", "GET") export class GetDeliveryMethods { public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'GetDeliveryMethods'; } public getMethod() { return 'GET'; } public createResponse() {} }