/* Options: Date: 2026-01-01 23:40:24 Version: 8.90 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: http://pcs-ws-test.worldpay.com //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: SendNewMessage.* //ExcludeTypes: //DefaultImports: */ // @Route("/PCS/NewMessage", "POST") export class SendNewMessage { public EncryptedMessage: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'SendNewMessage'; } public getMethod() { return 'POST'; } public createResponse() {} }