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