ServiceResponseGetAvailableFuelSaleTrxs.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. namespace Wayne.FDCPOSLibrary
  2. {
  3. [System.SerializableAttribute()]
  4. [System.Xml.Serialization.XmlRootAttribute(ElementName = "ServiceResponse", Namespace = "")]
  5. public partial class ServiceResponseGetAvailableFuelSaleTrxs : ServiceResponse
  6. {
  7. private ServiceResponseFDCdataGetAvailableFuelSaleTrxs[] FDCdataField;
  8. [System.Xml.Serialization.XmlElementAttribute("FDCdata", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  9. public ServiceResponseFDCdataGetAvailableFuelSaleTrxs[] FDCdata
  10. {
  11. get
  12. {
  13. return this.FDCdataField;
  14. }
  15. set
  16. {
  17. this.FDCdataField = value;
  18. }
  19. }
  20. public ServiceResponseGetAvailableFuelSaleTrxs()
  21. {
  22. RequestType = "GetAvailableFuelSaleTrxs";
  23. }
  24. }
  25. [System.SerializableAttribute()]
  26. public partial class ServiceResponseFDCdataGetAvailableFuelSaleTrxs
  27. {
  28. private string FDCTimeStampField;
  29. private ServiceResponseDeviceClassGetAvailableFuelSaleTrxs[] DeviceClassField;
  30. private string FDCStatusField;
  31. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  32. public string FDCTimeStamp
  33. {
  34. get
  35. {
  36. return this.FDCTimeStampField;
  37. }
  38. set
  39. {
  40. this.FDCTimeStampField = value;
  41. }
  42. }
  43. [System.Xml.Serialization.XmlElementAttribute("DeviceClass", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  44. public ServiceResponseDeviceClassGetAvailableFuelSaleTrxs[] DeviceClass
  45. {
  46. get
  47. {
  48. return this.DeviceClassField;
  49. }
  50. set
  51. {
  52. this.DeviceClassField = value;
  53. }
  54. }
  55. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  56. public string FDCStatus
  57. {
  58. get
  59. {
  60. return this.FDCStatusField;
  61. }
  62. set
  63. {
  64. this.FDCStatusField = value;
  65. }
  66. }
  67. }
  68. [System.SerializableAttribute()]
  69. public partial class ServiceResponseDeviceClassGetAvailableFuelSaleTrxs
  70. {
  71. private string TypeField;
  72. private string DeviceIdField;
  73. private string PumpNoField;
  74. private string TransactionSeqNoField; // v05 and next
  75. private string StateField; // v05 and next
  76. private ServiceResponseTransactionGetAvailableFuelSaleTrxs[] TransactionField; // v03
  77. private string ReleaseTokenField; // extension field
  78. private string ErrorCodeField;
  79. [System.Xml.Serialization.XmlAttributeAttribute()]
  80. public string Type
  81. {
  82. get
  83. {
  84. return this.TypeField;
  85. }
  86. set
  87. {
  88. this.TypeField = value;
  89. }
  90. }
  91. [System.Xml.Serialization.XmlAttributeAttribute()]
  92. public string DeviceID
  93. {
  94. get
  95. {
  96. return this.DeviceIdField;
  97. }
  98. set
  99. {
  100. this.DeviceIdField = value;
  101. }
  102. }
  103. [System.Xml.Serialization.XmlAttributeAttribute()]
  104. public string PumpNo
  105. {
  106. get
  107. {
  108. return this.PumpNoField;
  109. }
  110. set
  111. {
  112. this.PumpNoField = value;
  113. }
  114. }
  115. [System.Xml.Serialization.XmlAttributeAttribute()]
  116. public string TransactionSeqNo
  117. {
  118. get
  119. {
  120. return this.TransactionSeqNoField;
  121. }
  122. set
  123. {
  124. this.TransactionSeqNoField = value;
  125. }
  126. }
  127. [System.Xml.Serialization.XmlAttributeAttribute()]
  128. public string ReleaseToken
  129. {
  130. get
  131. {
  132. return this.ReleaseTokenField;
  133. }
  134. set
  135. {
  136. this.ReleaseTokenField = value;
  137. }
  138. }
  139. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  140. public string State
  141. {
  142. get
  143. {
  144. return this.StateField;
  145. }
  146. set
  147. {
  148. this.StateField = value;
  149. }
  150. }
  151. [System.Xml.Serialization.XmlElementAttribute("Transaction", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  152. public ServiceResponseTransactionGetAvailableFuelSaleTrxs[] Transaction
  153. {
  154. get
  155. {
  156. return this.TransactionField;
  157. }
  158. set
  159. {
  160. this.TransactionField = value;
  161. }
  162. }
  163. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  164. public string ErrorCode
  165. {
  166. get
  167. {
  168. return this.ErrorCodeField;
  169. }
  170. set
  171. {
  172. this.ErrorCodeField = value;
  173. }
  174. }
  175. }
  176. [System.SerializableAttribute()]
  177. public partial class ServiceResponseTransactionGetAvailableFuelSaleTrxs
  178. {
  179. private string StateField;
  180. private string TransactionNoField; // v03 field
  181. private string TransactionSeqNoField; // v05 and next field
  182. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  183. public string State
  184. {
  185. get
  186. {
  187. return this.StateField;
  188. }
  189. set
  190. {
  191. this.StateField = value;
  192. }
  193. }
  194. [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)]
  195. public string TransactionNo
  196. {
  197. get
  198. {
  199. return this.TransactionNoField;
  200. }
  201. set
  202. {
  203. this.TransactionNoField = value;
  204. }
  205. }
  206. [System.Xml.Serialization.XmlAttributeAttribute()]
  207. public string TransactionSeqNo
  208. {
  209. get
  210. {
  211. return this.TransactionSeqNoField;
  212. }
  213. set
  214. {
  215. this.TransactionSeqNoField = value;
  216. }
  217. }
  218. }
  219. }