| @@ 2240-2247 (lines=8) @@ | ||
| 2237 | class EmvResponse |
|
| 2238 | include ROXML |
|
| 2239 | ||
| 2240 | class Tags |
|
| 2241 | include ROXML |
|
| 2242 | xml_accessor :tag, :as => [EmvTag] |
|
| 2243 | ||
| 2244 | def initialize(tag = nil) |
|
| 2245 | @tag = tag |
|
| 2246 | end |
|
| 2247 | end |
|
| 2248 | ||
| 2249 | xml_accessor :tlvData |
|
| 2250 | xml_accessor :tags, :as => [Tags] |
|
| @@ 1839-1846 (lines=8) @@ | ||
| 1836 | end |
|
| 1837 | ||
| 1838 | # {AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfBatchDetailsType |
|
| 1839 | class ArrayOfBatchDetailsType < ::Array |
|
| 1840 | include ROXML |
|
| 1841 | xml_accessor :batch, :as => [BatchDetailsType] |
|
| 1842 | ||
| 1843 | def initialize(batch = []) |
|
| 1844 | @batch = batch |
|
| 1845 | end |
|
| 1846 | end |
|
| 1847 | ||
| 1848 | # {AnetApi/xml/v1/schema/AnetApiSchema.xsd}returnedItemType |
|
| 1849 | # id - (any) |
|