/* Options: Date: 2026-04-05 18:19:51 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: GetExistingContactsInBuyerForEntity.* //ExcludeTypes: //DefaultImports: */ // @Route("/Buyers/Get-Existing-Contacts-In-Buyer-For-Entity", "GET") export class GetExistingContactsInBuyerForEntity { public EntityId: number; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'GetExistingContactsInBuyerForEntity'; } public getMethod() { return 'GET'; } public createResponse() {} }