|
@@ 2314-2321 (lines=8) @@
|
| 2311 |
|
class EmvResponse |
| 2312 |
|
include ROXML |
| 2313 |
|
|
| 2314 |
|
class Tags |
| 2315 |
|
include ROXML |
| 2316 |
|
xml_accessor :tag, :as => [EmvTag] |
| 2317 |
|
|
| 2318 |
|
def initialize(tag = nil) |
| 2319 |
|
@tag = tag |
| 2320 |
|
end |
| 2321 |
|
end |
| 2322 |
|
|
| 2323 |
|
xml_accessor :tlvData |
| 2324 |
|
xml_accessor :tags, :as => [Tags] |
|
@@ 1794-1801 (lines=8) @@
|
| 1791 |
|
end |
| 1792 |
|
|
| 1793 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBTransactionList |
| 1794 |
|
class ARBTransactionList < ::Array |
| 1795 |
|
include ROXML |
| 1796 |
|
xml_accessor :arbTransaction, :as => [ArbTransaction] |
| 1797 |
|
|
| 1798 |
|
def initialize(arbTransaction = []) |
| 1799 |
|
@arbTransaction = arbTransaction |
| 1800 |
|
end |
| 1801 |
|
end |
| 1802 |
|
|
| 1803 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}batchStatisticType |
| 1804 |
|
# accountType - SOAP::SOAPString |