namespace Wayne.FDCPOSLibrary { [System.SerializableAttribute()] [System.Xml.Serialization.XmlRootAttribute(ElementName = "ServiceResponse", Namespace = "")] public partial class ServiceResponseSetConfiguration : ServiceResponseBasic { public ServiceResponseSetConfiguration() { RequestType = "SetConfiguration"; } } }