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