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