| @@ 2232-2239 (lines=8) @@ | ||
| 2229 | class EmvResponse |
|
| 2230 | include ROXML |
|
| 2231 | ||
| 2232 | class Tags |
|
| 2233 | include ROXML |
|
| 2234 | xml_accessor :tag, :as => [EmvTag] |
|
| 2235 | ||
| 2236 | def initialize(tag = nil) |
|
| 2237 | @tag = tag |
|
| 2238 | end |
|
| 2239 | end |
|
| 2240 | ||
| 2241 | xml_accessor :tlvData |
|
| 2242 | xml_accessor :tags, :as => [Tags] |
|
| @@ 1043-1050 (lines=8) @@ | ||
| 1040 | end |
|
| 1041 | end |
|
| 1042 | ||
| 1043 | class UserFields |
|
| 1044 | include ROXML |
|
| 1045 | xml_accessor :userFields, :as => [UserField] |
|
| 1046 | ||
| 1047 | def initialize(userFields = []) |
|
| 1048 | @userFields = userFields |
|
| 1049 | end |
|
| 1050 | end |
|
| 1051 | ||
| 1052 | # {AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerPaymentProfileBaseType |
|
| 1053 | # customerType - CustomerTypeEnum |
|