|
@@ 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] |
|
@@ 4398-4405 (lines=8) @@
|
| 4395 |
|
end |
| 4396 |
|
|
| 4397 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfCustomerPaymentProfileListItemType |
| 4398 |
|
class ArrayOfCustomerPaymentProfileListItemType < ::Array |
| 4399 |
|
include ROXML |
| 4400 |
|
xml_accessor :paymentProfile, :as => [CustomerPaymentProfileListItemType] |
| 4401 |
|
|
| 4402 |
|
def initialize(paymentProfile = []) |
| 4403 |
|
@paymentProfile = paymentProfile |
| 4404 |
|
end |
| 4405 |
|
end |
| 4406 |
|
|
| 4407 |
|
# {AnetApi/xml/v1/schema/AnetApiSchema.xsd}CustomerPaymentProfileOrderFieldEnum |
| 4408 |
|
class CustomerPaymentProfileOrderFieldEnum < ::String |