/* Options: Date: 2025-12-14 03:32:40 Version: 8.90 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: http://pcs-ws.worldpay.com //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: RetrieveLeadData.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,java.io.InputStream,net.servicestack.client.* */ import java.math.*; import java.util.*; import java.io.InputStream; import net.servicestack.client.*; public class dtos { @Route(Path="/PCS/RetrieveLeadData", Verbs="POST") public static class RetrieveLeadData { public UUID Communication_GUID = null; public UUID getCommunicationGuid() { return Communication_GUID; } public RetrieveLeadData setCommunicationGuid(UUID value) { this.Communication_GUID = value; return this; } } }