/* Options: Date: 2024-07-06 13:12:04 Version: 5.140 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: http://wp-cddws-test.worldpay.com //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetLegalAddressRequest.* //ExcludeTypes: //DefaultImports: */ // @Route("/LegalAddress/submit", "POST") export class GetLegalAddressRequest { public CompanyNumber: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'GetLegalAddressRequest'; } public getMethod() { return 'POST'; } public createResponse() {} }