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